From 75b2157ccba2cd7b28f2ed7d024b1311ca8e0128 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 9 Nov 2021 18:11:34 +0100 Subject: [PATCH] Added more examples --- source/resource/animations/1.10.0/actor_animation.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/resource/animations/1.10.0/actor_animation.json b/source/resource/animations/1.10.0/actor_animation.json index 9f2ec575..bd313d0d 100644 --- a/source/resource/animations/1.10.0/actor_animation.json +++ b/source/resource/animations/1.10.0/actor_animation.json @@ -166,6 +166,8 @@ "title": "Timeline Object", "description": "A single point in time", "additionalProperties": false, + "type": "object", + "examples": [{ "0.0": {} }], "properties": { "lerp_mode": { "type": "string", @@ -194,6 +196,8 @@ "title": "Timeline Object", "description": "A single point in time", "additionalProperties": false, + "type": "object", + "examples": [{ "0.0": {} }], "properties": { "lerp_mode": { "type": "string", @@ -234,6 +238,8 @@ "title": "Timeline Object", "description": "A single point in time", "additionalProperties": false, + "examples": [{ "0.0": {} }], + "type": "object", "properties": { "lerp_mode": { "type": "string", @@ -273,6 +279,7 @@ "$comment": "UNDOCUMENTED", "type": "object", "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, + "examples": [{ "0.0": {} }], "additionalProperties": { "title": "Timeline Object", "description": "A single point in time",