1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-09 07:13:54 +02:00

Check obstacle image for existance in schema

This commit is contained in:
Ivan Savenko 2023-03-28 17:02:18 +03:00
parent a4fe11d413
commit 21ea50ca1e

View File

@ -32,7 +32,11 @@
},
"animation": {
"type": "string",
"description": "Image resource"
"description": "Image resource",
"anyOf" : [
{ "format" : "defFile" },
{ "format" : "imageFile" }
]
},
"unknown": {
"type": "number",