addedInput schema / properties / allowedFreePaths
Added value: +{
+ "items": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "maxItems": 100,
+ "type": "array"
+}
addedInput schema / properties / approvedFallbacks
Added value: +{
+ "items": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "maxItems": 100,
+ "type": "array"
+}
addedInput schema / properties / asComponent
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / collection
Added value: +{
+ "minLength": 1,
+ "type": "string"
+}
changedInput schema / properties / confirm / description
Previous value: -"Required when write-confirm mode is on."New value: +"Required by policy; omission is not a preview."
addedInput schema / properties / direction
Added value: +{
+ "enum": [
+ "row",
+ "col"
+ ],
+ "type": "string"
+}
changedInput schema / properties / fileKey / description
Previous value: -"Target connected file: bare key or Figma URL."New value: +"Figma key/URL."
addedInput schema / properties / gap
Added value: +{
+ "maximum": 10000,
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / icons
Added value: +{
+ "minLength": 1,
+ "type": "string"
+}
removedInput schema / properties / jsx / description
Removed value: -"JSX markup to render."
addedInput schema / properties / keepWrapper
Added value: +{
+ "type": "boolean"
+}
changedInput schema / properties / label / description
Previous value: -"Optional audit-log intent note."New value: +"Optional intent stored only as non-reversible audit metadata."
addedInput schema / properties / manifest
Added value: +{
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / preset
Added value: +{
+ "enum": [
+ "macbook-14",
+ "macbook-16",
+ "desktop",
+ "desktop-hd",
+ "iphone-15",
+ "iphone-15-pro-max",
+ "iphone-se",
+ "android",
+ "ipad-11",
+ "ipad-13"
+ ],
+ "type": "string"
+}
addedInput schema / properties / preview
Added value: +{
+ "description": "Return a payload-free, non-mutating Command Plan.",
+ "type": "boolean"
+}
addedInput schema / properties / resizeProbe
Added value: +{
+ "maximum": 2000,
+ "minimum": 1,
+ "type": "number"
+}
addedInput schema / properties / roots
Added value: +{
+ "items": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "maxItems": 100,
+ "minItems": 1,
+ "type": "array"
+}
addedInput schema / properties / smartPosition
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / verify
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / x
Added value: +{
+ "type": "number"
+}
addedInput schema / properties / y
Added value: +{
+ "type": "number"
+}
removedInput schema / required
Removed value: -[
- "jsx"
-]