{
  "type": "root",
  "children": [
    {
      "type": "paragraph",
      "children": [
        {
          "type": "highlight",
          "data": {
            "color": "#563845"
          },
          "children": [
            {
              "type": "text",
              "value": "message"
            }
          ]
        },
        {
          "type": "break",
          "children": []
        },
        {
          "type": "highlight",
          "data": {
            "color": "#563845"
          },
          "children": [
            {
              "type": "text",
              "value": "message with "
            },
            {
              "type": "strong",
              "children": [
                {
                  "type": "text",
                  "value": "bold"
                }
              ]
            },
            {
              "type": "text",
              "value": " text"
            }
          ]
        }
      ]
    }
  ]
}
