mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Fix bonus schema to support array in duration
This commit is contained in:
parent
fe4171eb63
commit
c7f57406eb
@ -19,7 +19,10 @@
|
||||
"description": "description"
|
||||
},
|
||||
"duration": {
|
||||
"type":"string",
|
||||
"anyOf" : [
|
||||
{ "type": "string"},
|
||||
{ "type": "array", "items": {"type": "string"} }
|
||||
],
|
||||
"description": "duration"
|
||||
},
|
||||
"effectRange": {
|
||||
|
Loading…
Reference in New Issue
Block a user