{
    "nodes": [
        {
            "type": "PARAGRAPH",
            "id": "foo",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "This is decorated text.",
                        "decorations": [
                            {
                                "type": "LINK",
                                "linkData": {
                                    "link": {
                                        "url": "http://abc.com",
                                        "target": "BLANK",
                                        "rel": {
                                            "noreferrer": true
                                        }
                                    }
                                }
                            },
                            {
                                "type": "BOLD",
                                "fontWeightValue": 700
                            },
                            {
                                "type": "ITALIC",
                                "italicData": true
                            },
                            {
                                "type": "UNDERLINE"
                            },
                            {
                                "type": "COLOR",
                                "colorData": {
                                    "background": "#303030",
                                    "foreground": "#bfad80"
                                }
                            }
                        ]
                    }
                }
            ]
        }
    ]
}
