addedInput schema / anyOf
Added value: +[
+ {
+ "required": [
+ "nodeId"
+ ]
+ },
+ {
+ "required": [
+ "nodeIds"
+ ]
+ }
+]
changedInput schema / properties / dedup / description
Previous value: -"false (default): inline every layer; true: compact S<n>/repeat refs."New value: +"false: inline every layer; true: compact repeats."
changedInput schema / properties / depth / description
Previous value: -"Max tree depth (default 12). Use 0 for the requested node itself, complete and without descendants."New value: +"Tree depth; 0 = node only, default 12, max 30."
changedInput schema / properties / format / description
Previous value: -"tree (default) is readable; yaml/json are lossless canonical adapters."New value: +"tree (default), yaml, or json."
changedInput schema / properties / includeHidden / description
Previous value: -"Also list invisible nodes, marked hidden (default false). Useful to understand what a variant toggle would reveal."New value: +"Include invisible nodes (default false)."
changedInput schema / properties / nodeId / description
Previous value: -"Frame node id, URL-form id, or full Figma URL."New value: +"Node id or Figma URL."
addedInput schema / properties / nodeIds
Added value: +{
+ "description": "Node ids for one bounded batch; phase/depth/format options apply to every id.",
+ "items": {
+ "type": "string"
+ },
+ "maxItems": 8,
+ "minItems": 1,
+ "type": "array"
+}
changedInput schema / properties / phase / description
Previous value: -"structure = hierarchy + real content; style = layout/paint/typography detail; all (default) = both."New value: +"all (default), structure, or style."
changedInput schema / properties / section / description
Previous value: -"Optional child layer name from the structure map. Prefer its node id when names repeat."New value: +"Optional child layer name."
removedInput schema / required
Removed value: -[
- "nodeId"
-]