1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Updated schema

This commit is contained in:
Ivan Savenko 2023-02-09 22:37:06 +02:00
parent 320a44ca3c
commit ad87735d8d

View File

@ -84,6 +84,11 @@
"description": "Home page of mod or link to forum thread"
},
"language" : {
"type":"string",
"description": "Base language of the mod, before applying localizations. By default vcmi assumes English",
"enum" : [ "english", "german", "polish", "russian", "ukrainian" ],
},
"depends": {
"type":"array",
"description": "List of mods that are required to run this one",