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:
parent
8b1641d498
commit
d6225f50e1
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user