Skip to content

Commit

Permalink
fix(specs): new CT source input (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Dec 23, 2022
1 parent 0ac74b3 commit ec370af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions specs/ingestion/common/schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,21 @@ SourceCommercetools:
type: object
additionalProperties: false
properties:
stores:
storeKeys:
type: array
items:
type: string
locales:
type: array
items:
type: string
description: >
The string must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$.
url:
type: string
projectKey:
type: string
required:
- stores
- url
- projectKey

Expand Down

0 comments on commit ec370af

Please sign in to comment.