[
    {
        "Unordered" = "true";
        "Write" = [
            {
                "Data" = [
                    [
                        "true";
                        "123";
                        "123";
                        "123";
                        "0.5";
                        "0.5";
                        "foo";
                        "12:00:00";
                        "bar"
                    ]
                ];
                "Type" = [
                    "ListType";
                    [
                        "StructType";
                        [
                            [
                                "column0";
                                [
                                    "PgType";
                                    "bool";
                                    "B"
                                ]
                            ];
                            [
                                "column1";
                                [
                                    "PgType";
                                    "int4";
                                    "N"
                                ]
                            ];
                            [
                                "column2";
                                [
                                    "PgType";
                                    "int2";
                                    "N"
                                ]
                            ];
                            [
                                "column3";
                                [
                                    "PgType";
                                    "int8";
                                    "N"
                                ]
                            ];
                            [
                                "column4";
                                [
                                    "PgType";
                                    "float4";
                                    "N"
                                ]
                            ];
                            [
                                "column5";
                                [
                                    "PgType";
                                    "float8";
                                    "N"
                                ]
                            ];
                            [
                                "column6";
                                [
                                    "PgType";
                                    "bpchar";
                                    "S"
                                ]
                            ];
                            [
                                "column7";
                                [
                                    "PgType";
                                    "time";
                                    "D"
                                ]
                            ];
                            [
                                "column8";
                                [
                                    "PgType";
                                    "varchar";
                                    "S"
                                ]
                            ]
                        ]
                    ]
                ]
            }
        ]
    }
]