[
    {
        "Unordered" = "true";
        "Write" = [
            {
                "Data" = [
                    [
                        "foo";
                        "bar";
                        "<a=1>[]";
                        "{\"a\":1}";
                        "[1, 2, 3]";
                        "12345678-9abc-def0-1234-567890123456";
                        "2001-02-03,Europe/Moscow";
                        "2001-02-03T04:05:06,Europe/Moscow";
                        "2001-02-03T04:05:06.789012,Europe/Moscow"
                    ]
                ];
                "Type" = [
                    "ListType";
                    [
                        "StructType";
                        [
                            [
                                "column0";
                                [
                                    "PgType";
                                    "bytea";
                                    "U"
                                ]
                            ];
                            [
                                "column1";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "column2";
                                [
                                    "PgType";
                                    "bytea";
                                    "U"
                                ]
                            ];
                            [
                                "column3";
                                [
                                    "PgType";
                                    "json";
                                    "U"
                                ]
                            ];
                            [
                                "column4";
                                [
                                    "PgType";
                                    "jsonb";
                                    "U"
                                ]
                            ];
                            [
                                "column5";
                                [
                                    "PgType";
                                    "uuid";
                                    "U"
                                ]
                            ];
                            [
                                "column6";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "column7";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ];
                            [
                                "column8";
                                [
                                    "PgType";
                                    "text";
                                    "S"
                                ]
                            ]
                        ]
                    ]
                ]
            }
        ]
    }
]