1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Update mod.json schema

This commit is contained in:
Nordsoft91
2023-09-09 15:24:52 +02:00
committed by GitHub
parent 93b889eb0f
commit d011e1ff0d

View File

@@ -22,10 +22,6 @@
"type" : "string", "type" : "string",
"description" : "Author of the mod. Can be nickname, real name or name of team" "description" : "Author of the mod. Can be nickname, real name or name of team"
}, },
"downloadSize": {
"type" : "number",
"description" : "Approximate size of mod, compressed by zip algorithm, in Mb"
},
"changelog" : { "changelog" : {
"type" : "object", "type" : "object",
"description" : "List of changes/new features in each version", "description" : "List of changes/new features in each version",
@@ -66,6 +62,10 @@
"type" : "string", "type" : "string",
"description" : "Author of the mod. Can be nickname, real name or name of team" "description" : "Author of the mod. Can be nickname, real name or name of team"
}, },
"downloadSize": {
"type" : "number",
"description" : "Approximate size of mod, compressed by zip algorithm, in Mb"
},
"contact" : { "contact" : {
"type" : "string", "type" : "string",
"description" : "Home page of mod or link to forum thread" "description" : "Home page of mod or link to forum thread"