From 6acbd8f836de3e77e97a562a0bc4e524f935fbbb Mon Sep 17 00:00:00 2001 From: Ben C Date: Wed, 1 Feb 2023 02:18:20 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 97d49113..3b7d3fc8 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1310,6 +1310,10 @@ "type": "object", "additionalProperties": false, "properties": { + "keepAutoPlacement": { + "type": "boolean", + "description": "Whether to skip modifying this spiral's placement, and instead keep the automatically determined placement." + }, "mirror": { "type": "boolean", "description": "Whether to flip the spiral from left-curling to right-curling or vice versa."