diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index 9cc71147..5803f4c7 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -141,8 +141,11 @@ "default": false }, "childrenToDestroy": { - "type": "string", + "type": "array", "description": "A list of paths to child GameObjects to destroy on this planet", + "items": { + "type": "string" + }, "default": [] }, "Base": {