From b32fb833ff34656e43de36efded44de57e7edd2e Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 14 Oct 2021 23:09:07 +0200 Subject: [PATCH] Removed undocementated --- source/behavior/entities/format/components/spawn_entity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/spawn_entity.json b/source/behavior/entities/format/components/spawn_entity.json index 690dab46..3de130c8 100644 --- a/source/behavior/entities/format/components/spawn_entity.json +++ b/source/behavior/entities/format/components/spawn_entity.json @@ -81,7 +81,6 @@ "entities": { "title": "Entities", "description": "The entities to spawn", - "$comment": "UNDOCUMENTED", "oneOf": [ { "type": "object", @@ -90,6 +89,7 @@ { "type": "array", "items": { + "type": "object", "$ref": "#/definitions/entity_spawn" } }