{
  "type": "root",
  "children": [
    {
      "type": "listUnordered",
      "children": [
        {
          "type": "listItem",
          "children": [
            {
              "type": "text",
              "value": "Regular list item"
            }
          ]
        },
        {
          "type": "listItem",
          "children": [
            {
              "type": "heading1",
              "children": [
                {
                  "type": "text",
                  "value": "Header inside list"
                }
              ]
            }
          ]
        },
        {
          "type": "listItem",
          "children": [
            {
              "type": "text",
              "value": "Another regular item"
            }
          ]
        },
        {
          "type": "listItem",
          "children": [
            {
              "type": "heading2",
              "children": [
                {
                  "type": "text",
                  "value": "Subheader inside list"
                }
              ]
            }
          ]
        },
        {
          "type": "listItem",
          "children": [
            {
              "type": "text",
              "value": "Last item"
            }
          ]
        }
      ]
    },
    {
      "type": "listUnordered",
      "children": [
        {
          "type": "listItem",
          "children": [
            {
              "type": "heading3",
              "children": [
                {
                  "type": "text",
                  "value": "Deep header inside list"
                }
              ]
            }
          ]
        },
        {
          "type": "listItem",
          "children": [
            {
              "type": "heading6",
              "children": [
                {
                  "type": "text",
                  "value": "Very deep header inside list"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
