{
  "type": "root",
  "children": [
    {
      "type": "table",
      "children": [
        {
          "type": "tableRow",
          "children": [
            {
              "type": "tableCell",
              "data": { "header": true },
              "children": [{ "type": "text", "value": "Name" }]
            },
            {
              "type": "tableCell",
              "data": { "header": true },
              "children": [{ "type": "text", "value": "Status" }]
            }
          ]
        },
        {
          "type": "tableRow",
          "children": [
            {
              "type": "tableCell",
              "children": [{ "type": "text", "value": "Alice" }]
            },
            {
              "type": "tableCell",
              "children": [{ "type": "text", "value": "Active" }]
            }
          ]
        }
      ]
    }
  ]
}
