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": "Updated origin of the image (center, top-left, etc.)"
+ },
+ "relativeTo": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated reference point (canvas_center, etc.)"
+ },
+ "x": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated X coordinate of the image"
+ },
+ "y": {
+ "anyOf": [
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Updated Y coordinate of the image"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / position / properties
Removed value: -{
- "origin": {
- "description": "Updated origin of the image (center, top-left, etc.)",
- "type": "string"
- },
- "relativeTo": {
- "description": "Updated reference point (canvas_center, etc.)",
- "type": "string"
- },
- "x": {
- "description": "Updated X coordinate of the image",
- "type": "number"
- },
- "y": {
- "description": "Updated Y coordinate of the image",
- "type": "number"
- }
-}
removedInput schema / properties / position / type
Removed value: -"object"
addedInput schema / properties / title / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "not": {}
+ },
+ {
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / title / type
Removed value: -"string"