{
  "type": "root",
  "children": [
    {
      "type": "table",
      "children": [
        {
          "type": "tableRow",
          "children": [
            {
              "type": "tableCell",
              "children": [{ "type": "text", "value": "A" }]
            },
            {
              "type": "tableCell",
              "children": []
            }
          ]
        },
        {
          "type": "tableRow",
          "children": [
            {
              "type": "tableCell",
              "children": []
            },
            {
              "type": "tableCell",
              "children": [{ "type": "text", "value": "B" }]
            }
          ]
        }
      ]
    }
  ]
}
