Skip to content

Commit 8752ee9

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent ab2859c commit 8752ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oas/import/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ components:
18421842
SearchKeywords:
18431843
type: "object"
18441844
required:
1845-
- /^[a-z]{2}(-[A-Z]{2})?$/
1845+
- /^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|d{3}))?$/
18461846
additionalProperties:
18471847
type: "string"
18481848
SearchKeyword:
@@ -4283,7 +4283,7 @@ components:
42834283
LocalizedString:
42844284
type: "object"
42854285
required:
4286-
- /^[a-z]{2}(-[A-Z]{2})?$/
4286+
- /^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|d{3}))?$/
42874287
additionalProperties:
42884288
type: "string"
42894289
ImportResource:

0 commit comments

Comments
 (0)