|
@@ -5,7 +5,7 @@
|
|
|
"description" : "Format used to define main mod file (mod.json) in VCMI",
|
|
"description" : "Format used to define main mod file (mod.json) in VCMI",
|
|
|
"required" : [ "name", "description", "version", "author", "contact", "modType" ],
|
|
"required" : [ "name", "description", "version", "author", "contact", "modType" ],
|
|
|
"definitions" : {
|
|
"definitions" : {
|
|
|
- "localizeable" : {
|
|
|
|
|
|
|
+ "localizable" : {
|
|
|
"type":"object",
|
|
"type":"object",
|
|
|
"additionalProperties" : false,
|
|
"additionalProperties" : false,
|
|
|
"required" : [ "name", "description", "author", "modType" ],
|
|
"required" : [ "name", "description", "author", "modType" ],
|
|
@@ -114,23 +114,23 @@
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
"english" : {
|
|
"english" : {
|
|
|
- "$ref" : "#/definitions/localizeable"
|
|
|
|
|
|
|
+ "$ref" : "#/definitions/localizable"
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
"german" : {
|
|
"german" : {
|
|
|
- "$ref" : "#/definitions/localizeable"
|
|
|
|
|
|
|
+ "$ref" : "#/definitions/localizable"
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
"polish" : {
|
|
"polish" : {
|
|
|
- "$ref" : "#/definitions/localizeable"
|
|
|
|
|
|
|
+ "$ref" : "#/definitions/localizable"
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
"russian" : {
|
|
"russian" : {
|
|
|
- "$ref" : "#/definitions/localizeable"
|
|
|
|
|
|
|
+ "$ref" : "#/definitions/localizable"
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
"ukrainian" : {
|
|
"ukrainian" : {
|
|
|
- "$ref" : "#/definitions/localizeable"
|
|
|
|
|
|
|
+ "$ref" : "#/definitions/localizable"
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
"artifacts": {
|
|
"artifacts": {
|