mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Added value missing from schema
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user