Skip to content

Commit 51a91d4

Browse files
committed
resolve comments
1 parent 199b5a1 commit 51a91d4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/destination-actions/src/destinations/algolia-insights/productListViewedEvents/generated-types.ts

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/destination-actions/src/destinations/algolia-insights/productListViewedEvents/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ export const productListViewedEvents: ActionDefinition<Settings, Payload> = {
2020
multiple: true,
2121
required: true,
2222
properties: {
23-
product_id: { label: 'product_id', type: 'string', required: true }
23+
product_id: {
24+
label: 'product_id',
25+
type: 'string',
26+
description: 'The unique ID of the product.',
27+
required: true
28+
}
2429
},
30+
additionalProperties: false,
2531
default: {
2632
'@arrayPath': [
2733
'$.properties.products',

0 commit comments

Comments
 (0)