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 ab2859c commit 8752ee9Copy full SHA for 8752ee9
oas/import/openapi.yaml
@@ -1842,7 +1842,7 @@ components:
1842
SearchKeywords:
1843
type: "object"
1844
required:
1845
- - /^[a-z]{2}(-[A-Z]{2})?$/
+ - /^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|d{3}))?$/
1846
additionalProperties:
1847
type: "string"
1848
SearchKeyword:
@@ -4283,7 +4283,7 @@ components:
4283
LocalizedString:
4284
4285
4286
4287
4288
4289
ImportResource:
0 commit comments