diff --git a/behaviour/animation_controllers/1.10.0/animation_controller.json b/behaviour/animation_controllers/1.10.0/animation_controller.json index 7f2711d5..8a981d2b 100644 --- a/behaviour/animation_controllers/1.10.0/animation_controller.json +++ b/behaviour/animation_controllers/1.10.0/animation_controller.json @@ -120,9 +120,14 @@ "minProperties": 1, "type": "array", "items": { - "$ref": "#/definitions/animationspec", - "description": "TODO description: transitions", - "title": "Transitions" + "title": "Transitions", + "description": "A object specification on how to transition", + "type": "object", + "maxProperties": 1, + "minProperties": 1, + "additionalProperties": { + "$ref": "../../../molang/1.8.0/string.json" + } } } }