1
0
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:
Ivan Savenko 2024-08-19 11:46:58 +00:00
parent cf1c2d66cc
commit 16adf8415f
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,9 @@
}
}
},
"name" : {
"type" : "string"
},
"templates" : {
"type" : "object",
"additionalProperties" : {

View File

@ -318,6 +318,7 @@
"aiValue" : { },
"index" : { },
"base" : { },
"name" : { },
"rmg" : { },
"templates" : { },
"battleground" : { },