{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetFlowsExecutionsResponseContent", "title": "GetFlowsExecutionsResponseContent", "oneOf": [ { "$ref": "#/components/schemas/ListFlowExecutionsResponseContent" }, { "$ref": "#/components/schemas/ListFlowExecutionsOffsetPaginatedResponseContent" }, { "$ref": "#/components/schemas/ListFlowExecutionsPaginatedResponseContent" } ] }