[
    {
        "Unordered" = "true";
        "Write" = [
            {
                "Data" = [
                    [
                        {
                            "bar" = {
                                "$type" = "string";
                                "$value" = "text"
                            };
                            "foo" = {
                                "$type" = "int64";
                                "$value" = "1"
                            }
                        };
                        "Input";
                        "table"
                    ]
                ];
                "Type" = [
                    "ListType";
                    [
                        "StructType";
                        [
                            [
                                "Attributes";
                                [
                                    "DataType";
                                    "Yson"
                                ]
                            ];
                            [
                                "Path";
                                [
                                    "DataType";
                                    "String"
                                ]
                            ];
                            [
                                "Type";
                                [
                                    "DataType";
                                    "String"
                                ]
                            ]
                        ]
                    ]
                ]
            }
        ]
    }
]