diff --git a/specs/common/schemas/SearchResponse.yml b/specs/common/schemas/SearchResponse.yml index 6fc9bb4f07..df99300e1c 100644 --- a/specs/common/schemas/SearchResponse.yml +++ b/specs/common/schemas/SearchResponse.yml @@ -146,6 +146,9 @@ baseSearchResponse: type: string description: Unique identifier for the query. This is used for [click analytics](https://www.algolia.com/doc/guides/analytics/click-analytics/). example: 'a00dbc80a8d13c4565a442e7e2dca80a' + _automaticInsights: + type: boolean + description: Whether automatic events collection is enabled for the application. nbHits: type: integer