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:
Xterionix
2024-07-14 17:01:24 +05:00
committed by GitHub
parent 0969e5e001
commit 4067bae98a
3 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
"required": ["format_version", "animations"],
"additionalProperties": false,
"properties": {
"format_version": { "type": "string", "const": "1.10.0" },
"format_version": { "type": "string", "enum": ["1.8.0", "1.10.0"] },
"animations": {
"title": "Animations Schema",
"description": "The animation specification.",