Skip to content

Commit 494c2b7

Browse files
authored
fix(javascript): update ingestion specs (#1192)
1 parent 5938b05 commit 494c2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ SourceCommercetools:
102102
items:
103103
type: string
104104
description: >
105-
The string must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$.
105+
The string must match the following pattern: ^[a-z]{2}(-[A-Z]{2})?$. For example "fr-FR" or "en".
106106
url:
107107
type: string
108108
projectKey:

0 commit comments

Comments
 (0)