Skip to content

Commit ec370af

Browse files
authored
fix(specs): new CT source input (#1190)
1 parent 0ac74b3 commit ec370af

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,21 @@ 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: >
105+
The string must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$.
100106
url:
101107
type: string
102108
projectKey:
103109
type: string
104110
required:
105-
- stores
106111
- url
107112
- projectKey
108113

0 commit comments

Comments
 (0)