Skip to content

Commit

Permalink
adapter.json: Remove deprecated XSD DataTypes from Schema
Browse files Browse the repository at this point in the history
This removes the two XSD datatypes

- `xs:dateTimeStamp`
- `xs:dayTimeDuration`

from the `DataTypeDefXsd` in the JSON schema, as they were
removed from the specification in v3.0
  • Loading branch information
s-heppner committed Nov 16, 2023
1 parent 58d0fea commit 9fcf8be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions basyx/aas/adapter/json/aasJSONSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,6 @@
"xs:byte",
"xs:date",
"xs:dateTime",
"xs:dateTimeStamp",
"xs:dayTimeDuration",
"xs:decimal",
"xs:double",
"xs:duration",
Expand Down

0 comments on commit 9fcf8be

Please sign in to comment.