Adding dots to description
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
{
|
||||
"type": "string",
|
||||
"title": "Block Reference",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Block Reference",
|
||||
"minItems": 1,
|
||||
@@ -23,24 +23,24 @@
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Block Reference"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": [
|
||||
{
|
||||
"title": "Biome Reference",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"title": "_",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -55,25 +55,25 @@
|
||||
"properties": {
|
||||
"hills_transformation": {
|
||||
"title": "Hills Transformation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$ref": "#/definitions/transformation"
|
||||
},
|
||||
"mutate_transformation": {
|
||||
"title": "Mutate Transformation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$ref": "#/definitions/transformation"
|
||||
},
|
||||
"river_transformation": {
|
||||
"title": "River Transformation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$ref": "#/definitions/transformation"
|
||||
},
|
||||
"shore_transformation": {
|
||||
"title": "Shore Transformation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$ref": "#/definitions/transformation"
|
||||
},
|
||||
@@ -83,19 +83,19 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"title": "_",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"title": "Climate Category",
|
||||
"description": "Name of a climate category",
|
||||
"description": "Name of a climate category.",
|
||||
"type": "string",
|
||||
"enum": ["medium", "warm", "lukewarm", "cold", "frozen"]
|
||||
},
|
||||
{
|
||||
"title": "Weight",
|
||||
"description": "Weight with which this biome should be selected, relative to other biomes in the same category",
|
||||
"description": "Weight with which this biome should be selected, relative to other biomes in the same category.",
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user