{
    "nodes": [
        {
            "type": "PARAGRAPH",
            "id": "foo",
            "nodes": [
                {
                    "type": "TEXT",
                    "textData": {
                        "text": "This is a paragraph."
                    }
                }
            ]
        },
        {
            "type": "PARAGRAPH",
            "id": "bmmzb26",
            "nodes": [
                {
                    "type": "TEXT",
                    "textData": {
                        "text": "And this is a paragraph with custom spacing."
                    }
                }
            ],
            "style": {
                "paddingTop": "12px",
                "paddingBottom": "18px"
            },
            "paragraphData": {
                "textStyle": {
                    "lineHeight": "2"
                }
            }
        }
    ]
}
