1
0
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:
Ivan Savenko 2023-09-18 00:30:19 +03:00
parent 27b75dbbea
commit 43020c8108

View File

@ -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
} }