docs(schema): update jsonschema

This commit is contained in:
LGUG2Z
2026-03-22 15:34:04 -07:00
parent 53c81c4596
commit 8a1447f543

View File

@@ -4286,6 +4286,19 @@
}
]
},
"work_area_offset_rules": {
"description": "Work area offset rules in the format of threshold => Rect (default: None)",
"type": [
"object",
"null"
],
"additionalProperties": false,
"patternProperties": {
"^\\d+$": {
"$ref": "#/$defs/Rect"
}
}
},
"workspace_padding": {
"description": "Workspace padding (default: global)",
"type": [