| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | {  "document": {    "type": "root",    "children": [      {        "type": "text",        "attributes": {          "subtype": "with-heading"        }      },      {        "type": "text",         "attributes": {          "tag": "*"        },        "children": [          {            "type": "text",            "attributes": {              "text-type": "heading2",              "check": true            }          },          {            "type": "text",            "attributes": {              "text-type": "checkbox",              "check": true            }          },          {            "type": "text",            "attributes": {              "tag": "**"            }          }        ]      },      {        "type": "image",        "attributes": {          "url": "x.png"        }      },      {        "type": "video",        "attributes": {          "url": "x.mp4"        }      }    ]  }}
 |