Removed undocementated

This commit is contained in:
DaanV2
2021-10-14 23:09:07 +02:00
parent d31ee56f1d
commit b32fb833ff

View File

@@ -81,7 +81,6 @@
"entities": { "entities": {
"title": "Entities", "title": "Entities",
"description": "The entities to spawn", "description": "The entities to spawn",
"$comment": "UNDOCUMENTED",
"oneOf": [ "oneOf": [
{ {
"type": "object", "type": "object",
@@ -90,6 +89,7 @@
{ {
"type": "array", "type": "array",
"items": { "items": {
"type": "object",
"$ref": "#/definitions/entity_spawn" "$ref": "#/definitions/entity_spawn"
} }
} }