Skip to content

Commit fd4ba93

Browse files
committed
fix(specs): new CT source input
1 parent c84b316 commit fd4ba93

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,15 @@ SourceCommercetools:
9393
type: object
9494
additionalProperties: false
9595
properties:
96-
stores:
96+
storeKeys:
9797
type: array
9898
items:
9999
type: string
100+
locales:
101+
type: array
102+
items:
103+
type: string
104+
description: "The string must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$"
100105
url:
101106
type: string
102107
projectKey:

0 commit comments

Comments
 (0)