From cee7fa9029e3ec80ac7eb3dfdefb7bceb1e53125 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 21 Jun 2021 11:03:51 +0200 Subject: [PATCH] Added timeline examples names --- .../resource/animations/1.10.0/actor_animation.json | 12 ++++++------ .../resource/animations/1.8.0/actor_animation.json | 13 +++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/source/resource/animations/1.10.0/actor_animation.json b/source/resource/animations/1.10.0/actor_animation.json index cf06e001..43315810 100644 --- a/source/resource/animations/1.10.0/actor_animation.json +++ b/source/resource/animations/1.10.0/actor_animation.json @@ -154,7 +154,7 @@ { "$ref": "../../../molang/arraynumber3.json" }, { "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", "description": "A single point in time", @@ -176,7 +176,7 @@ { "$ref": "../../../molang/arraynumber3.json" }, { "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", "description": "A single point in time", @@ -209,7 +209,7 @@ { "$ref": "#/definitions/ScaleV3" }, { "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", "description": "A single point in time", @@ -245,7 +245,7 @@ "title": "Particle Effects", "description": "UNDOCUMENTED", "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0"] }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", "description": "A single point in time", @@ -264,7 +264,7 @@ "title": "Sound Effect", "description": "UNDOCUMENTED", "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", "description": "A single point in time", @@ -278,7 +278,7 @@ "title": "Timeline", "description": "The time line", "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "oneOf": [ { "type": "string", "title": "Molang", "description": "Variable definition", "pattern": "^(v|variable)\\..*=.*;$" }, diff --git a/source/resource/animations/1.8.0/actor_animation.json b/source/resource/animations/1.8.0/actor_animation.json index 5e8d797f..9ec3ab79 100644 --- a/source/resource/animations/1.8.0/actor_animation.json +++ b/source/resource/animations/1.8.0/actor_animation.json @@ -139,6 +139,7 @@ "title": "Bones", "minProperties": 1, "description": "Defines how the bones in an animation move or transform", + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "type": "object", "additionalProperties": { "title": "Bone Transformation", @@ -154,7 +155,7 @@ { "$ref": "../../../molang/arraynumber3.json" }, { "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", "description": "A single point in time", @@ -176,7 +177,7 @@ { "$ref": "../../../molang/arraynumber3.json" }, { "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", "description": "A single point in time", @@ -209,7 +210,7 @@ { "$ref": "#/definitions/ScaleV3" }, { "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", "description": "A single point in time", @@ -245,7 +246,7 @@ "title": "Particle Effects", "description": "UNDOCUMENTED", "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0"] }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", "description": "A single point in time", @@ -264,7 +265,7 @@ "title": "Sound Effect", "description": "UNDOCUMENTED", "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "title": "Timeline Object", "description": "A single point in time", @@ -278,7 +279,7 @@ "title": "Timeline", "description": "The time line", "type": "object", - "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" }, + "propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0", "1.0"] }, "additionalProperties": { "oneOf": [ { "type": "string", "title": "Molang", "description": "Variable definition", "pattern": "^(v|variable)\\..*=.*;$" },