mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-10 00:43:59 +02:00
Add missing property to schema
This commit is contained in:
parent
cf1c2d66cc
commit
16adf8415f
@ -34,6 +34,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"name" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"templates" : {
|
||||
"type" : "object",
|
||||
"additionalProperties" : {
|
||||
|
@ -318,6 +318,7 @@
|
||||
"aiValue" : { },
|
||||
"index" : { },
|
||||
"base" : { },
|
||||
"name" : { },
|
||||
"rmg" : { },
|
||||
"templates" : { },
|
||||
"battleground" : { },
|
||||
|
Loading…
Reference in New Issue
Block a user