[
  {
    "id": "1",
    "type": "paragraph",
    "props": {
      "textColor": "default",
      "backgroundColor": "default",
      "textAlignment": "left"
    },
    "content": [
      {
        "type": "text",
        "text": "Bold",
        "styles": {
          "bold": true
        }
      },
      {
        "type": "text",
        "text": " ",
        "styles": {}
      },
      {
        "type": "text",
        "text": "Italic",
        "styles": {
          "italic": true
        }
      },
      {
        "type": "text",
        "text": " ",
        "styles": {}
      },
      {
        "type": "text",
        "text": "Strikethrough",
        "styles": {
          "strike": true
        }
      },
      {
        "type": "text",
        "text": " ",
        "styles": {}
      },
      {
        "type": "text",
        "text": "Multiple",
        "styles": {
          "bold": true,
          "italic": true
        }
      }
    ],
    "children": []
  }
]