One stage of a pipeline, exactly one verb key + its args, e.g. { "where": "Balance > 0" }, { "tool": "Run View", "with": {...}, "pipeInto": "Body" }, { "map": { "as": "row", "do": [...] } }.
{ "where": "Balance > 0" }
{ "tool": "Run View", "with": {...}, "pipeInto": "Body" }
{ "map": { "as": "row", "do": [...] } }
One stage of a pipeline, exactly one verb key + its args, e.g.
{ "where": "Balance > 0" },{ "tool": "Run View", "with": {...}, "pipeInto": "Body" },{ "map": { "as": "row", "do": [...] } }.