Skip to content

Commit 2ef8ee1

Browse files
committed
format
1 parent fd4ba93 commit 2ef8ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ SourceCommercetools:
101101
type: array
102102
items:
103103
type: string
104-
description: "The string must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$"
104+
description: >
105+
The string must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$.
105106
url:
106107
type: string
107108
projectKey:
108109
type: string
109110
required:
110-
- stores
111111
- url
112112
- projectKey
113113

0 commit comments

Comments
 (0)