mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-04 15:31:38 +00:00
Schema
This commit is contained in:
@@ -578,6 +578,7 @@
|
||||
"items": {"$ref": "#/definitions/iriscompatabilityfilter"}
|
||||
},
|
||||
"name": {
|
||||
"minLength": 2,
|
||||
"description": "The human readable name of this dimension",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -2570,6 +2571,7 @@
|
||||
"items": {"$ref": "#/definitions/irisbiomedecorator"}
|
||||
},
|
||||
"name": {
|
||||
"minLength": 2,
|
||||
"description": "This is the human readable name for this biome. This can and should be different than the file name. This is not used for loading biomes in other objects.",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -4337,6 +4339,7 @@
|
||||
"items": {"$ref": "#/definitions/iriseffect"}
|
||||
},
|
||||
"name": {
|
||||
"minLength": 2,
|
||||
"description": "The name of the region",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -4711,6 +4714,7 @@
|
||||
"minimum": 1
|
||||
},
|
||||
"name": {
|
||||
"minLength": 2,
|
||||
"description": "This is the human readable name for this structure. Such as Red Dungeon or Tropical Village.",
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user