diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index 0adeb6a2..3ce0323b 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -596,11 +596,14 @@ "type": "boolean", "description": "Do we override rotation and try to automatically align this object to stand upright on the body's surface?", "default": false + }, + "removeChildren": { + "type": "array", + "description": "A list of children to remove from this detail", + "items": { + "type": "string" + } } - }, - "scale": { - "type": "number", - "default": 1 } } },