addedInput schema / properties / elements / items / description
Added value: +"Patch object: only id is required. Include only the fields you want to change."
changedInput schema / properties / elements / items / properties / backgroundColor / description
Previous value: -"New fill color"New value: +"New fill color (hex or 'transparent')"
changedInput schema / properties / elements / items / properties / fillStyle / description
Previous value: -"New fill style"New value: +"New fill style (solid, hachure, cross-hatch)"
changedInput schema / properties / elements / items / properties / fontSize / description
Previous value: -"New font size"New value: +"New font size (for text elements)"
changedInput schema / properties / elements / items / properties / id / description
Previous value: -"Element ID to update"New value: +"ID of the element to update (required)"
addedInput schema / properties / elements / items / properties / locked
Added value: +{
+ "description": "Lock/unlock the element",
+ "type": "boolean"
+}
changedInput schema / properties / elements / items / properties / opacity / description
Previous value: -"New opacity"New value: +"New opacity (0-100)"
changedInput schema / properties / elements / items / properties / points / description
Previous value: -"New points array"New value: +"New points array (for arrow/line/freedraw elements)"
changedInput schema / properties / elements / items / properties / roughness / description
Previous value: -"New roughness"New value: +"New roughness (0=architect, 1=artist, 2=cartoonist)"
changedInput schema / properties / elements / items / properties / strokeColor / description
Previous value: -"New stroke color"New value: +"New stroke color (hex)"
changedInput schema / properties / elements / items / properties / text / description
Previous value: -"New text content"New value: +"New text content (for text elements or arrow labels)"
changedInput schema / properties / elements / items / properties / type / description
Previous value: -"New element type (e.g. rectangle, ellipse, diamond, arrow, line, freedraw, text, image)"New value: +"New element type"
addedInput schema / properties / elements / items / properties / type / enum
Added value: +[
+ "rectangle",
+ "ellipse",
+ "diamond",
+ "arrow",
+ "line",
+ "freedraw",
+ "text",
+ "image"
+]