{
    "Detailed" = {
        "Operations" = [
            {
                "Id" = 5u;
                "Name" = "YtMap!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        1u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        2u
                    ]
                ];
                "InputColumns" = [
                    "key";
                    "subkey";
                    "value"
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "FlatMap"
                        };
                        {
                            "Name" = "Take"
                        }
                    ]
                }
            };
            {
                "Id" = 3u;
                "Name" = "ResPull!";
                "PullOperation" = "YtMap!";
                "DependsOn" = [
                    5u
                ]
            };
            {
                "Id" = 1u;
                "Name" = "Commit!";
                "DependsOn" = [
                    3u
                ]
            }
        ];
        "OperationRoot" = 1u;
        "Providers" = [
            {
                "Id" = 1u;
                "Name" = "yt";
                "Cluster" = "plato";
                "Pins" = [
                    {
                        "Id" = 1u;
                        "Table" = "Input";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "key";
                                    [
                                        "DataType";
                                        "String"
                                    ]
                                ];
                                [
                                    "subkey";
                                    [
                                        "DataType";
                                        "String"
                                    ]
                                ];
                                [
                                    "value";
                                    [
                                        "DataType";
                                        "String"
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 2u;
                        "Table" = "(tmp)"
                    }
                ]
            }
        ];
        "OperationStats" = {
            "Commit!" = 1u;
            "ResPull!" = 1u;
            "YtMap!" = 1u
        }
    };
    "Basic" = {
        "nodes" = [
            {
                "id" = 6u;
                "level" = 1u;
                "name" = "plato.`Input`";
                "type" = "in"
            };
            {
                "id" = 5u;
                "level" = 2u;
                "name" = "YtMap!";
                "type" = "op"
            };
            {
                "id" = 3u;
                "level" = 3u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 1u;
                "level" = 4u;
                "name" = "Commit! on plato #1";
                "type" = "op"
            }
        ];
        "links" = [
            {
                "source" = 6u;
                "target" = 5u
            };
            {
                "source" = 5u;
                "target" = 3u
            };
            {
                "source" = 3u;
                "target" = 1u
            }
        ]
    }
}