{
  "type": "root",
  "children": [
    {
      "type": "table",
      "children": [
        {
          "type": "tableRow",
          "children": [
            {
              "type": "tableCell",
              "children": [
                {
                  "type": "listUnordered",
                  "children": [
                    {
                      "type": "listItem",
                      "children": [{ "type": "text", "value": "alpha" }]
                    },
                    {
                      "type": "listItem",
                      "children": [{ "type": "text", "value": "beta" }]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
