[
  {
    "type": "header1",
    "children": [{
      "type": "text",
      "mark": false,
      "markClass": null,
      "content": "Top header",
      "href": null,
      "bold": false,
      "italic": false,
      "strikethrough": false
    }]
  }, {
    "type": "header2",
    "children": [{
      "type": "text",
      "mark": false,
      "markClass": null,
      "content": "Second level",
      "href": null,
      "bold": false,
      "italic": false,
      "strikethrough": false
    }]
  }, {
    "type": "paragraph",
    "children": [{
      "type": "text",
      "mark": false,
      "markClass": null,
      "content": "beepboop",
      "href": null,
      "bold": false,
      "italic": false,
      "strikethrough": false
    }]
  }
]
