mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Fix template.json schema
This commit is contained in:
@@ -186,10 +186,9 @@
|
||||
},
|
||||
|
||||
"additionalProperties" : false,
|
||||
"required" : ["zones", "connections", "minSize", "maxSize", "players"],
|
||||
"properties" :
|
||||
{
|
||||
"required" : ["zones", "connections", "minSize", "maxSize", "players"],
|
||||
|
||||
"players" : {
|
||||
"description" : "Number of players that will be present on map (human or AI)",
|
||||
"type": "string"
|
||||
|
Reference in New Issue
Block a user