1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-15 13:33:36 +02:00

Fixes for template schema.

This commit is contained in:
DjWarmonger 2015-06-02 15:26:33 +02:00
parent 8b1641d498
commit d6225f50e1

View File

@ -44,6 +44,23 @@
"minimum": 1,
"additionalProperties" : false,
}
"connection":
{
required: ["a", "b", "guard"]
properties:{
"a":{
"type" : "string"
},
"b":{
"type" : "string"
},
"guard":
{
"type": "number",
"minimum" : 0
}
}
}
},
"properties":