From 8a1447f5437254cd1d1a07bdfdf06d3f6e1d162c Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Sun, 22 Mar 2026 15:34:04 -0700 Subject: [PATCH] docs(schema): update jsonschema --- schema.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/schema.json b/schema.json index a400c378..5a775b77 100644 --- a/schema.json +++ b/schema.json @@ -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": [