sebbader-sap

Results 13 issues of 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...

bug
specification
aas-core
requires workstream approval
ready for approval

**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...

documentation
postponed for next version(s)

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...

enhancement

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...

bug
accepted

When having a look at the table defined which elements are not parts of metadata: I wonder why really all attributes of BasicEventElement are displayed except for "observed". Probably "observed"...

specification

As started in the discussion in https://github.com/admin-shell-io/aas-specs-api/issues/163, there is a difference in the behavior for non-AAS attributes if they are serialised in JSON or RDF (where custom attributes are allowed...

requires workstream approval