From 2460f36bf88e1b51e36f2f20c9a1c063aa9d681b Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sat, 8 Aug 2020 19:14:22 -0400 Subject: [PATCH] Schema --- overworld/overworld.code-workspace | 4 ++++ 1 file changed, 4 insertions(+) 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" },