diff --git a/source/behavior/entities/format/types/entity_types.json b/source/behavior/entities/format/types/entity_types.json index 9d052e60..b0465b8d 100644 --- a/source/behavior/entities/format/types/entity_types.json +++ b/source/behavior/entities/format/types/entity_types.json @@ -8,7 +8,7 @@ "type": "object", "additionalProperties": false, "properties": { - "filters": { "type": "object", "$ref": "../../filters/filters.json" }, + "filters": { "$ref": "../../filters/filters.json" }, "max_dist": { "type": "number", "description": "Maximum distance this mob can be away to be a valid choice.", @@ -68,8 +68,5 @@ } } }, - "oneOf": [ - { "type": "array", "items": { "$ref": "#/definitions/entity_definition" } }, - { "$ref": "#/definitions/entity_definition" } - ] + "oneOf": [{ "type": "array", "items": { "$ref": "#/definitions/entity_definition" } }, { "$ref": "#/definitions/entity_definition" }] }