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 31ad481 commit 57695caCopy full SHA for 57695ca
basyx.aasregistry/open-api/patch-base-extensions.yaml
@@ -92,7 +92,7 @@
92
value: "^(0|[1-9][0-9]{0,3})$"
93
- op: replace
94
path: /components/schemas/AdministrativeInformation/allOf/1/properties/templateId/pattern
95
- value: "^([\\t\\n\\r \\ud7ff\\ue000-\\ufffd]|\\ud800[\\udc00-\\udfff]|[\\ud801-\\udbfe][\\udc00-\\udfff]|\\udbff[\\udc00-\\udfff])*$"
+ value: "^([\\x09\\x0a\\x0d\\x20-\\ud7ff\\ue000-\\ufffd]|\\ud800[\\udc00-\\udfff]|[\\ud801-\\udbfe][\\udc00-\\udfff]|\\udbff[\\udc00-\\udfff])*$"
96
## EmbeddedDataSpecification
97
98
path: /components/schemas/EmbeddedDataSpecification/properties/dataSpecificationContent/$ref
0 commit comments