mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Add missing schema for "rmg" section of object description
This commit is contained in:
parent
0b044663d9
commit
7b8ca9fd40
@ -13,8 +13,27 @@
|
|||||||
"type" : "number"
|
"type" : "number"
|
||||||
},
|
},
|
||||||
"base" : {
|
"base" : {
|
||||||
|
"additionalProperties" : true, // Not validated on its own - instead data copied to main object and validated as part of it
|
||||||
"type" : "object"
|
"type" : "object"
|
||||||
},
|
},
|
||||||
|
"rmg" : {
|
||||||
|
"additionalProperties" : false,
|
||||||
|
"type" : "object",
|
||||||
|
"properties" : {
|
||||||
|
"value" : {
|
||||||
|
"type" : "number"
|
||||||
|
},
|
||||||
|
"mapLimit" : {
|
||||||
|
"type" : "number"
|
||||||
|
},
|
||||||
|
"zoneLimit" : {
|
||||||
|
"type" : "number"
|
||||||
|
},
|
||||||
|
"rarity" : {
|
||||||
|
"type" : "number"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"templates" : {
|
"templates" : {
|
||||||
"type" : "object",
|
"type" : "object",
|
||||||
"additionalProperties" : {
|
"additionalProperties" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user