From df8feeef59cec54f109212883f9d5e90ce7c800f Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 16 Jul 2023 10:24:54 +0200 Subject: [PATCH] oneOf -> anyOf --- source/behavior/animation_controllers/animation_controller.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/animation_controllers/animation_controller.json b/source/behavior/animation_controllers/animation_controller.json index c431ec64..6a59429d 100644 --- a/source/behavior/animation_controllers/animation_controller.json +++ b/source/behavior/animation_controllers/animation_controller.json @@ -64,7 +64,7 @@ "type": "string", "description": "The event or commands to execute.", "title": "Commands", - "oneOf": [ + "anyOf": [ { "pattern": "^@s .+$", "title": "Event" }, { "pattern": "^/.+$", "title": "Command" }, { "pattern": "^.+;$", "title": "Molang" }