Skip to content

Commit 9fcf8be

Browse files
committed
adapter.json: Remove deprecated XSD DataTypes from Schema
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
1 parent 58d0fea commit 9fcf8be

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

basyx/aas/adapter/json/aasJSONSchema.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,6 @@
445445
"xs:byte",
446446
"xs:date",
447447
"xs:dateTime",
448-
"xs:dateTimeStamp",
449-
"xs:dayTimeDuration",
450448
"xs:decimal",
451449
"xs:double",
452450
"xs:duration",

0 commit comments

Comments
 (0)