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:
parent
a4fe11d413
commit
21ea50ca1e
@ -32,7 +32,11 @@
|
||||
},
|
||||
"animation": {
|
||||
"type": "string",
|
||||
"description": "Image resource"
|
||||
"description": "Image resource",
|
||||
"anyOf" : [
|
||||
{ "format" : "defFile" },
|
||||
{ "format" : "imageFile" }
|
||||
]
|
||||
},
|
||||
"unknown": {
|
||||
"type": "number",
|
||||
|
Loading…
x
Reference in New Issue
Block a user