diff --git a/documentation/IDTA-01004/modules/ROOT/partials/json/aas-queries-and-access-rules-schema.json b/documentation/IDTA-01004/modules/ROOT/partials/json/aas-queries-and-access-rules-schema.json index 3a15b94..a7ee206 100644 --- a/documentation/IDTA-01004/modules/ROOT/partials/json/aas-queries-and-access-rules-schema.json +++ b/documentation/IDTA-01004/modules/ROOT/partials/json/aas-queries-and-access-rules-schema.json @@ -26,7 +26,7 @@ }, "timeLiteralPattern": { "type": "string", - "pattern": "^[0-9][0-9]:[0-9][0-9](:[0-9][0-9])?$" + "pattern": "^[0-9]{2}:[0-9]{2}(:[0-9]{2})?(\\.[0-9]+)?$" }, "Value": { "type": "object", @@ -74,16 +74,16 @@ "$ref": "#/definitions/Value" }, "$dayOfWeek": { - "$ref": "#/definitions/dateTimeLiteralPattern" + "$ref": "#/definitions/Value" }, "$dayOfMonth": { - "$ref": "#/definitions/dateTimeLiteralPattern" + "$ref": "#/definitions/Value" }, "$month": { - "$ref": "#/definitions/dateTimeLiteralPattern" + "$ref": "#/definitions/Value" }, "$year": { - "$ref": "#/definitions/dateTimeLiteralPattern" + "$ref": "#/definitions/Value" } }, "oneOf": [ diff --git a/documentation/IDTA-01004/modules/ROOT/partials/json/formulas-and-logical-expressions.json b/documentation/IDTA-01004/modules/ROOT/partials/json/formulas-and-logical-expressions.json index c9edd68..256df88 100644 --- a/documentation/IDTA-01004/modules/ROOT/partials/json/formulas-and-logical-expressions.json +++ b/documentation/IDTA-01004/modules/ROOT/partials/json/formulas-and-logical-expressions.json @@ -18,7 +18,7 @@ }, "timeLiteralPattern": { "type": "string", - "pattern": "^[0-9][0-9]:[0-9][0-9](:[0-9][0-9])?$" + "pattern": "^[0-9]{2}:[0-9]{2}(:[0-9]{2})?(\\.[0-9]+)?$" }, "Value": { "type": "object", @@ -66,16 +66,16 @@ "$ref": "#/definitions/Value" }, "$dayOfWeek": { - "$ref": "#/definitions/dateTimeLiteralPattern" + "$ref": "#/definitions/Value" }, "$dayOfMonth": { - "$ref": "#/definitions/dateTimeLiteralPattern" + "$ref": "#/definitions/Value" }, "$month": { - "$ref": "#/definitions/dateTimeLiteralPattern" + "$ref": "#/definitions/Value" }, "$year": { - "$ref": "#/definitions/dateTimeLiteralPattern" + "$ref": "#/definitions/Value" } }, "oneOf": [