diff --git a/overworld/overworld.code-workspace b/overworld/overworld.code-workspace index 4854227f..f829b053 100644 --- a/overworld/overworld.code-workspace +++ b/overworld/overworld.code-workspace @@ -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" },