From 9fcf8bed4a2693bda73bc74db58c31424e261c09 Mon Sep 17 00:00:00 2001 From: Sebastian Heppner Date: Wed, 15 Nov 2023 10:37:51 +0100 Subject: [PATCH] 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 --- basyx/aas/adapter/json/aasJSONSchema.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/basyx/aas/adapter/json/aasJSONSchema.json b/basyx/aas/adapter/json/aasJSONSchema.json index 39c59b417..f48db4d17 100644 --- a/basyx/aas/adapter/json/aasJSONSchema.json +++ b/basyx/aas/adapter/json/aasJSONSchema.json @@ -445,8 +445,6 @@ "xs:byte", "xs:date", "xs:dateTime", - "xs:dateTimeStamp", - "xs:dayTimeDuration", "xs:decimal", "xs:double", "xs:duration",