Skip to content

Commit

Permalink
fix: add up-to-date regex in patch-base-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmolina-iese committed Dec 5, 2024
1 parent d7a67cd commit 203c177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basyx.aasregistry/open-api/patch-base-extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
value: "^(0|[1-9][0-9]{0,3})$"
- op: replace
path: /components/schemas/AdministrativeInformation/allOf/1/properties/templateId/pattern
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])*$"
## EmbeddedDataSpecification
- op: replace
path: /components/schemas/EmbeddedDataSpecification/properties/dataSpecificationContent/$ref
Expand Down

0 comments on commit 203c177

Please sign in to comment.