removedInput schema / properties / frame / maximum
Removed value: -9007199254740991
changedInput schema / properties / frame / type
Previous value: -"integer"New value: +"number"
removedInput schema / properties / rect / additionalItems
Removed value: -false
addedInput schema / properties / rect / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "number"
+ },
+ "maxItems": 4,
+ "minItems": 4,
+ "type": "array"
+ },
+ {
+ "enum": [
+ "selection"
+ ],
+ "type": "string"
+ }
+]
changedInput schema / properties / rect / description
Previous value: -"[x, y, width, height]"New value: +"[x, y, width, height] or \"selection\" (its bounding box)"
removedInput schema / properties / rect / items
Removed value: -[
- {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
-]
removedInput schema / properties / rect / maxItems
Removed value: -4
removedInput schema / properties / rect / minItems
Removed value: -4
removedInput schema / properties / rect / type
Removed value: -"array"