From b2f70cb8f836498a589bf5bc17f040c200a2b857 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 10 Nov 2021 17:13:01 +0100 Subject: [PATCH] Updated --- source/behavior/animations/1.8.0/animations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/animations/1.8.0/animations.json b/source/behavior/animations/1.8.0/animations.json index aeaf9081..cf0fe34d 100644 --- a/source/behavior/animations/1.8.0/animations.json +++ b/source/behavior/animations/1.8.0/animations.json @@ -83,7 +83,7 @@ "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "oneOf": [ - { "$ref": "#/definitions/commands" }, + { "type": "string", "$ref": "#/definitions/commands" }, { "type": "array", "title": "Collection Timelime Items", "items": { "$ref": "#/definitions/commands" } } ] }