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 to display inside the shape"
+ },
+ "shape": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated type of the shape (rectangle, circle, triangle, etc.)"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / data / properties
Removed value: -{
- "content": {
- "description": "Updated text content to display inside the shape",
- "type": "string"
- },
- "shape": {
- "description": "Updated type of the shape (rectangle, circle, triangle, etc.)",
- "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 shape"
+ },
+ "rotation": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Rotation angle of the shape"
+ },
+ "width": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated width of the shape"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / geometry / properties
Removed value: -{
- "height": {
- "description": "Updated height of the shape",
- "type": "number"
- },
- "rotation": {
- "description": "Rotation angle of the shape",
- "type": "number"
- },
- "width": {
- "description": "Updated width of the shape",
- "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": {
+ "x": {
+ "description": "Updated X coordinate of the shape",
+ "type": "number"
+ },
+ "y": {
+ "description": "Updated Y coordinate of the shape",
+ "type": "number"
+ }
+ },
+ "required": [
+ "x",
+ "y"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / position / properties
Removed value: -{
- "x": {
- "description": "Updated X coordinate of the shape",
- "type": "number"
- },
- "y": {
- "description": "Updated Y coordinate of the shape",
- "type": "number"
- }
-}
removedInput schema / properties / position / required
Removed value: -[
- "x",
- "y"
-]
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": {
+ "borderColor": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated color of the shape border (hex format, e.g. #000000)"
+ },
+ "borderOpacity": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated opacity of the shape border (0-1)"
+ },
+ "borderStyle": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated style of the shape border (normal, dashed, etc.)"
+ },
+ "borderWidth": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated width of the shape border"
+ },
+ "color": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated color of the text in the shape (hex format, e.g. #000000)"
+ },
+ "fillColor": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated fill color of the shape (hex format, e.g. #000000)"
+ },
+ "fillOpacity": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated opacity of the shape fill (0-1)"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / style / properties
Removed value: -{
- "borderColor": {
- "description": "Updated color of the shape border (hex format, e.g. #000000)",
- "type": "string"
- },
- "borderOpacity": {
- "description": "Updated opacity of the shape border (0-1)",
- "type": "number"
- },
- "borderStyle": {
- "description": "Updated style of the shape border (normal, dashed, etc.)",
- "type": "string"
- },
- "borderWidth": {
- "description": "Updated width of the shape border",
- "type": "number"
- },
- "color": {
- "description": "Updated color of the text in the shape (hex format, e.g. #000000)",
- "type": "string"
- },
- "fillColor": {
- "description": "Updated fill color of the shape (hex format, e.g. #000000)",
- "type": "string"
- },
- "fillOpacity": {
- "description": "Updated opacity of the shape fill (0-1)",
- "type": "number"
- }
-}
removedInput schema / properties / style / type
Removed value: -"object"