mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Added value missing from schema
This commit is contained in:
parent
27b75dbbea
commit
43020c8108
@ -21,7 +21,8 @@
|
|||||||
"type" : "object",
|
"type" : "object",
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"verticalPosition" : {"type" : "string", "enum" :["top","bottom"]},
|
"verticalPosition" : {"type" : "string", "enum" :["top","bottom"]},
|
||||||
"defName" : {"type" : "string", "format" : "defFile"}
|
"defName" : {"type" : "string", "format" : "defFile"},
|
||||||
|
"effectName" : { "type" : "string" }
|
||||||
},
|
},
|
||||||
"additionalProperties" : false
|
"additionalProperties" : false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user