From 46d9d8fd055011723cac03fd71a5f803d2b8ccfc Mon Sep 17 00:00:00 2001 From: Raed Date: Wed, 11 Sep 2024 11:11:22 +0200 Subject: [PATCH] feat(specs): add (optional) _automaticInsights to search result (#3688) --- specs/common/schemas/SearchResponse.yml | 3 +++ 1 file changed, 3 insertions(+) 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