{
    "nodes": [
        {
            "type": "CODE_BLOCK",
            "id": "example-id",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "console",
                        "decorations": [
                            {
                                "type": "COLOR",
                                "colorData": {
                                    "foreground": "#cc0000"
                                }
                            }
                        ]
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "."
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "log",
                        "decorations": [
                            {
                                "type": "COLOR",
                                "colorData": {
                                    "foreground": "green"
                                }
                            }
                        ]
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "("
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "'Hello, world!'",
                        "decorations": [
                            {
                                "type": "COLOR",
                                "colorData": {
                                    "foreground": "magenta"
                                }
                            }
                        ]
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": ");"
                    }
                }
            ],
            "codeBlockData": {}
        }
    ]
}
