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" } }