sebbader-sap
sebbader-sap
**Describe the bug** The regex pattern in the JSON Schema has only UTF-16 characters, while constraint AASd-130 demands the following: `^[\x09\x0A\x0D\x20-\uD7FF\uE000-\uFFFD\u00010000-\u0010FFFF]*$` **Where** JSON Schema, e.g., https://github.com/admin-shell-io/aas-specs/blob/2ab08f92bdd1d44edc1cfee52552fe5429d2178e/schemas/json/aas.json#L44C22-L44C36 "pattern": "^([\\t\\n\\r -\ud7ff\ue000-\ufffd]|\\ud800[\\udc00-\\udfff]|[\\ud801-\\udbfe][\\udc00-\\udfff]|\\udbff[\\udc00-\\udfff])*$" **Additional...
**Is your feature request related to a problem? Please describe.** ValueOnly serialisation has effects on the precision of contained values. A easily understandable example is missing, therefore significant amount of...
While updating the documents, we sometimes miss to touch all affected files, or add typos when touching example or schema files. Having a pipeline that checks the correctness will significantly...
https://github.com/International-Data-Spaces-Association/ids-specification/pull/264 requires an update of the files in "releases/2024-1/", which is protected by a Github Action. This PR shall temporarily remove the protection to fix the files. A following PR...
xs:dateType does not exist, neither in XML Schema 1.0 or 1.1. Furthermore, XML Schema Datatypes 1.1 also know the xs:dateTime, therefore, there is no need to switch to xs:dateTimeStamp. closes...