{ "columns": [ { "id": 0, "label": "Backlog", "cards": [{ "id": "card-a", "title": "Explore the contract" }] }, { "id": 1, "label": "Doing", "cards": [{ "id": "card-b", "title": "Build the Rocket host" }] }, { "id": 2, "label": "Done", "cards": [{ "id": "card-c", "title": "Keep the browser bundle vendorable" }] } ], "list": [ { "id": "list-a", "label": "First item" }, { "id": "list-b", "label": "Second item" }, { "id": "list-c", "label": "Third item" } ], "groups": [ { "id": "inbox", "label": "Inbox", "items": [ { "id": "note-a", "label": "Sketch a card" }, { "id": "note-b", "label": "Review the draft" } ] }, { "id": "later", "label": "Later", "items": [{ "id": "note-c", "label": "Share the update" }] } ], "tree": [ { "id": "src", "name": "src", "kind": "folder", "children": [ { "id": "components", "name": "components", "kind": "folder", "children": [ { "id": "button", "name": "button.ts", "kind": "file" }, { "id": "panel", "name": "panel.ts", "kind": "file" } ] }, { "id": "entry", "name": "index.ts", "kind": "file" } ] }, { "id": "docs", "name": "docs", "kind": "folder", "children": [] }, { "id": "readme", "name": "README.md", "kind": "file" } ], "bento": [ { "id": "overview", "label": "Overview", "columns": 4, "items": [ { "id": "tile-a", "label": "Traffic", "col": 1, "row": 1, "width": 2, "height": 2 }, { "id": "tile-b", "label": "Tasks", "col": 3, "row": 1, "width": 2, "height": 1 }, { "id": "tile-c", "label": "Notes", "col": 3, "row": 2, "width": 1, "height": 1 } ] }, { "id": "scratchpad", "label": "Scratchpad", "columns": 4, "items": [ { "id": "tile-d", "label": "Schedule", "col": 1, "row": 1, "width": 2, "height": 1 }, { "id": "tile-e", "label": "Ideas", "col": 3, "row": 1, "width": 2, "height": 2 }, { "id": "tile-f", "label": "Drafts", "col": 1, "row": 2, "width": 1, "height": 1 } ] } ] }