We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac74b3 commit ec370afCopy full SHA for ec370af
specs/ingestion/common/schemas/source.yml
@@ -93,16 +93,21 @@ SourceCommercetools:
93
type: object
94
additionalProperties: false
95
properties:
96
- stores:
+ storeKeys:
97
type: array
98
items:
99
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})?$.
106
url:
107
108
projectKey:
109
110
required:
- - stores
111
- url
112
- projectKey
113
0 commit comments