Skip to content

Commit 52aed5b

Browse files
sirockinFluf22
andauthored
fix(specs): allow additionalProperties on insights-api events (#5885)
Co-authored-by: Thomas Raffray <[email protected]>
1 parent d460f86 commit 52aed5b

12 files changed

+0
-13
lines changed

specs/insights/common/schemas/AddedToCartObjectIDs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: |
44
Use this event to track when users add items to their shopping cart unrelated to a previous Algolia request. For example, if you don't use Algolia to build your category pages, use this event.
55
66
To track add-to-cart events related to Algolia requests, use the "Added to cart object IDs after search" event.
7-
additionalProperties: false
87
properties:
98
eventName:
109
$ref: './EventAttributes.yml#/eventName'

specs/insights/common/schemas/AddedToCartObjectIDsAfterSearch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Added to cart object IDs after search
33
description: |
44
Use this event to track when users add items to their shopping cart after a previous Algolia request.
55
If you're building your category pages with Algolia, you'll also use this event.
6-
additionalProperties: false
76
properties:
87
eventName:
98
$ref: './EventAttributes.yml#/eventName'

specs/insights/common/schemas/ClickedFilters.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
type: object
22
title: Clicked filters
33
description: Use this event to track when users click facet filters in your user interface.
4-
additionalProperties: false
54
properties:
65
eventName:
76
$ref: './EventAttributes.yml#/eventName'

specs/insights/common/schemas/ClickedObjectIDs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: |
55
For example, if you don't use Algolia to build your category pages, use this event.
66
77
To track click events related to Algolia requests, use the "Clicked object IDs after search" event.
8-
additionalProperties: false
98
properties:
109
eventName:
1110
$ref: './EventAttributes.yml#/eventName'

specs/insights/common/schemas/ClickedObjectIDsAfterSearch.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ type: object
22
title: Clicked object IDs after search
33
description: |
44
Click event after an Algolia request.
5-
65
Use this event to track when users click items in the search results.
76
If you're building your category pages with Algolia,
87
you'll also use this event.
9-
additionalProperties: false
108
properties:
119
eventName:
1210
$ref: './EventAttributes.yml#/eventName'

specs/insights/common/schemas/ConvertedFilters.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
type: object
22
title: Converted filters
3-
additionalProperties: false
43
properties:
54
eventName:
65
$ref: './EventAttributes.yml#/eventName'

specs/insights/common/schemas/ConvertedObjectIDs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: |
55
For example, if you don't use Algolia to build your category pages, use this event.
66
77
To track conversion events related to Algolia requests, use the "Converted object IDs after search" event.
8-
additionalProperties: false
98
properties:
109
eventName:
1110
$ref: './EventAttributes.yml#/eventName'

specs/insights/common/schemas/ConvertedObjectIDsAfterSearch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ description: |
77
88
If you're building your category pages with Algolia,
99
you'll also use this event.
10-
additionalProperties: false
1110
properties:
1211
eventName:
1312
$ref: './EventAttributes.yml#/eventName'

specs/insights/common/schemas/PurchasedObjectIDs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: |
44
Use this event to track when users make a purchase unrelated to a previous Algolia request. For example, if you don't use Algolia to build your category pages, use this event.
55
66
To track purchase events related to Algolia requests, use the "Purchased object IDs after search" event.
7-
additionalProperties: false
87
properties:
98
eventName:
109
$ref: './EventAttributes.yml#/eventName'

specs/insights/common/schemas/PurchasedObjectIDsAfterSearch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Purchased object IDs after search
33
description: |
44
Use this event to track when users make a purchase after a previous Algolia request.
55
If you're building your category pages with Algolia, you'll also use this event.
6-
additionalProperties: false
76
properties:
87
eventName:
98
$ref: './EventAttributes.yml#/eventName'

0 commit comments

Comments
 (0)