{
"id": "12:40",
"name": "Card",
"type": "rect", // rect | ellipse | text | image | vector | group
"children": [ /* Layer[] */ ],
"base": {
"x": 24, "y": 120, "width": 327, "height": 200, // x/y relative to parent box
"opacity": 1, "rotation": 0, "scaleX": 1, "scaleY": 1,
"anchor": { "x": 0.5, "y": 0.5 }, // transform-origin, 0..1
"cornerRadius": [12, 12, 12, 12], // [tl, tr, br, bl]
"fill": { "type": "solid", "color": "#2D6CFFFF" },
"stroke": { "color": "#00000022", "weight": 1 }, // or null
"text": null, // Text for type:"text"
"image": null, // data-URL texture
"shape": null, // Shape geometry
"effects":[ /* Effect[] */ ],
"clip": true // clip children to box
},
"tracks": [ /* Track[] */ ]
}