Allow 1.8.0 as a format version for bp/rp animations and render controllers (#299)
* - change rp animation format_version * - change bp animation format_version * Update render controller format_version
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
"required": ["format_version", "animations"],
|
"required": ["format_version", "animations"],
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"format_version": { "type": "string", "const": "1.10.0" },
|
"format_version": { "type": "string", "enum": ["1.8.0", "1.10.0"] },
|
||||||
"animations": {
|
"animations": {
|
||||||
"title": "Animations Schema",
|
"title": "Animations Schema",
|
||||||
"description": "The animation specification.",
|
"description": "The animation specification.",
|
||||||
|
|||||||
@@ -94,7 +94,7 @@
|
|||||||
},
|
},
|
||||||
"required": ["format_version", "animations"],
|
"required": ["format_version", "animations"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"format_version": { "type": "string", "const": "1.10.0" },
|
"format_version": { "type": "string", "enum": ["1.8.0", "1.10.0"] },
|
||||||
"animations": {
|
"animations": {
|
||||||
"title": "Animations Schema",
|
"title": "Animations Schema",
|
||||||
"description": "The animation specification.",
|
"description": "The animation specification.",
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"format_version": { "type": "string", "const": "1.10.0" },
|
"format_version": { "type": "string", "enum": ["1.8.0", "1.10.0"] },
|
||||||
"render_controllers": {
|
"render_controllers": {
|
||||||
"title": "Render Controllers",
|
"title": "Render Controllers",
|
||||||
"description": "The collection of render controllers, each property is the identifier of a render controller.",
|
"description": "The collection of render controllers, each property is the identifier of a render controller.",
|
||||||
|
|||||||
Reference in New Issue
Block a user