From a4121153654360107f043a10fff981c0f52beb48 Mon Sep 17 00:00:00 2001 From: Ben C Date: Thu, 5 May 2022 20:07:07 -0700 Subject: [PATCH] Update schema.json --- NewHorizons/schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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": {