{ "type": "canvas", "nodes": { "month-title": { "type": "text", "text": "📅 2025-12 Monthly Canvas", "x": 0, "y": 0, "width": 800, "height": 60 }, "weekday-header": { "type": "group", "x": 0, "y": 80, "nodes": { "sun": { "type": "text", "text": "Sun", "x": 0, "y": 0, "width": 100, "height": 40 }, "mon": { "type": "text", "text": "Mon", "x": 100, "y": 0, "width": 100, "height": 40 }, "tue": { "type": "text", "text": "Tue", "x": 200, "y": 0, "width": 100, "height": 40 }, "wed": { "type": "text", "text": "Wed", "x": 300, "y": 0, "width": 100, "height": 40 }, "thu": { "type": "text", "text": "Thu", "x": 400, "y": 0, "width": 100, "height": 40 }, "fri": { "type": "text", "text": "Fri", "x": 500, "y": 0, "width": 100, "height": 40 }, "sat": { "type": "text", "text": "Sat", "x": 600, "y": 0, "width": 100, "height": 40 } } }, "calendar-grid": { "type": "group", "x": 0, "y": 140, "nodes": { "week-49": { "type": "text", "text": "Week 49", "x": 700, "y": 0, "width": 100, "height": 40 }, "week-50": { "type": "text", "text": "Week 50", "x": 700, "y": 60, "width": 100, "height": 40 }, "week-51": { "type": "text", "text": "Week 51", "x": 700, "y": 120, "width": 100, "height": 40 }, "week-52": { "type": "text", "text": "Week 52", "x": 700, "y": 180, "width": 100, "height": 40 }, "week-53": { "type": "text", "text": "Week 53", "x": 700, "y": 240, "width": 100, "height": 40 }, "grid-items": { "type": "group", "x": 0, "y": 0, "nodes": { {{GRID_JSON_PLACEHOLDER}} } } } } }, "edges": [] }