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."