{
    "Detailed" = {
        "Operations" = [
            {
                "Id" = 3u;
                "Name" = "ResFill!"
            };
            {
                "Id" = 1u;
                "Name" = "Commit!";
                "DependsOn" = [
                    3u
                ]
            }
        ];
        "OperationRoot" = 1u;
        "Providers" = [];
        "OperationStats" = {
            "Commit!" = 1u;
            "ResFill!" = 1u
        }
    };
    "Basic" = {
        "nodes" = [
            {
                "id" = 3u;
                "level" = 1u;
                "name" = "ResFill!";
                "type" = "op"
            };
            {
                "id" = 1u;
                "level" = 2u;
                "name" = "Commit!";
                "type" = "op"
            }
        ];
        "links" = [
            {
                "source" = 3u;
                "target" = 1u
            }
        ]
    }
}