{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/activepieces/refs/heads/main/json-structure/activepieces-flow-run-list-structure.json", "name": "FlowRunList", "description": "Paginated list of flow runs", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/FlowRun" } }, "next": { "type": "string", "nullable": true }, "previous": { "type": "string", "nullable": true } } }