[
    {
        "Unordered" = "true";
        "Write" = [
            {
                "Data" = [
                    [
                        [
                            "foo"
                        ];
                        "1";
                        "2";
                        "bar";
                        #;
                        #
                    ]
                ];
                "Type" = [
                    "ListType";
                    [
                        "StructType";
                        [
                            [
                                "driver_license_pd_id";
                                [
                                    "OptionalType";
                                    [
                                        "DataType";
                                        "String"
                                    ]
                                ]
                            ];
                            [
                                "user_phone_pd_id";
                                [
                                    "DataType";
                                    "String"
                                ]
                            ];
                            [
                                "utc_order_dttm";
                                [
                                    "DataType";
                                    "String"
                                ]
                            ];
                            [
                                "order_id";
                                [
                                    "DataType";
                                    "String"
                                ]
                            ];
                            [
                                "next_user_order";
                                [
                                    "OptionalType";
                                    [
                                        "StructType";
                                        [
                                            [
                                                "order_dttm";
                                                [
                                                    "DataType";
                                                    "String"
                                                ]
                                            ];
                                            [
                                                "order_id";
                                                [
                                                    "DataType";
                                                    "String"
                                                ]
                                            ]
                                        ]
                                    ]
                                ]
                            ];
                            [
                                "next_driver_order";
                                [
                                    "OptionalType";
                                    [
                                        "StructType";
                                        [
                                            [
                                                "order_id";
                                                [
                                                    "DataType";
                                                    "String"
                                                ]
                                            ]
                                        ]
                                    ]
                                ]
                            ]
                        ]
                    ]
                ]
            }
        ]
    }
]