removedInput schema / properties / data / additionalProperties
Removed value: -false
addedInput schema / properties / data / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "content": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated text content of the sticky note"
+ },
+ "shape": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated shape of the sticky note (square, rectangle, circle, triangle, rhombus)"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / data / properties
Removed value: -{
- "content": {
- "description": "Updated text content of the sticky note",
- "type": "string"
- },
- "shape": {
- "description": "Updated shape of the sticky note (square, rectangle, circle, triangle, rhombus)",
- "type": "string"
- }
-}
removedInput schema / properties / data / type
Removed value: -"object"
removedInput schema / properties / geometry / additionalProperties
Removed value: -false
addedInput schema / properties / geometry / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "height": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated height of the sticky note"
+ },
+ "width": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated width of the sticky note"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / geometry / properties
Removed value: -{
- "height": {
- "description": "Updated height of the sticky note",
- "type": "number"
- },
- "width": {
- "description": "Updated width of the sticky note",
- "type": "number"
- }
-}
removedInput schema / properties / geometry / type
Removed value: -"object"
removedInput schema / properties / position / additionalProperties
Removed value: -false
addedInput schema / properties / position / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "origin": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Origin of the sticky note (center, top-left, etc.)"
+ },
+ "relativeTo": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Reference point (canvas_center, etc.)"
+ },
+ "x": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated X coordinate of the sticky note"
+ },
+ "y": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated Y coordinate of the sticky note"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / position / properties
Removed value: -{
- "origin": {
- "description": "Origin of the sticky note (center, top-left, etc.)",
- "type": "string"
- },
- "relativeTo": {
- "description": "Reference point (canvas_center, etc.)",
- "type": "string"
- },
- "x": {
- "description": "Updated X coordinate of the sticky note",
- "type": "number"
- },
- "y": {
- "description": "Updated Y coordinate of the sticky note",
- "type": "number"
- }
-}
removedInput schema / properties / position / type
Removed value: -"object"
removedInput schema / properties / style / additionalProperties
Removed value: -false
addedInput schema / properties / style / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "fillColor": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated fill color of the sticky note (use predefined values)"
+ },
+ "textAlign": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated alignment of the text (left, center, right)"
+ },
+ "textColor": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated color of the text on the sticky note"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / style / properties
Removed value: -{
- "fillColor": {
- "description": "Updated fill color of the sticky note (use predefined values)",
- "type": "string"
- },
- "textAlign": {
- "description": "Updated alignment of the text (left, center, right)",
- "type": "string"
- },
- "textColor": {
- "description": "Updated color of the text on the sticky note",
- "type": "string"
- }
-}
removedInput schema / properties / style / type
Removed value: -"object"