Skip to content

Commit a18b555

Browse files
authored
fix(specs): add missing recordType collection (#4728)
1 parent b024622 commit a18b555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/ingestion/common/schemas/destination.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ DestinationIndexName:
138138
RecordType:
139139
type: string
140140
description: Record type for ecommerce sources.
141-
enum: [product, variant]
141+
enum: [product, variant, collection]
142142

143143
AttributesToExclude:
144144
type: array

0 commit comments

Comments
 (0)