Updated Schemas

This commit is contained in:
Ben C 2023-02-01 02:18:20 +00:00
parent f99de094c1
commit 6acbd8f836

View File

@ -1310,6 +1310,10 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"keepAutoPlacement": {
"type": "boolean",
"description": "Whether to skip modifying this spiral's placement, and instead keep the automatically determined placement."
},
"mirror": { "mirror": {
"type": "boolean", "type": "boolean",
"description": "Whether to flip the spiral from left-curling to right-curling or vice versa." "description": "Whether to flip the spiral from left-curling to right-curling or vice versa."