Browse Source

Merge pull request #2789 from vcmi/Nordsoft91-patch-2

Update mod.json schema
Nordsoft91 2 years ago
parent
commit
0d7f3e61c2
1 changed files with 4 additions and 4 deletions
  1. 4 4
      config/schemas/mod.json

+ 4 - 4
config/schemas/mod.json

@@ -22,10 +22,6 @@
 					"type" : "string",
 					"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" : {
 					"type" : "object",
 					"description" : "List of changes/new features in each version",
@@ -66,6 +62,10 @@
 			"type" : "string",
 			"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" : {
 			"type" : "string",
 			"description" : "Home page of mod or link to forum thread"