{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-appflow/refs/heads/main/json-schema/appflow-describe-flow-execution-records-response-schema.json", "title": "DescribeFlowExecutionRecordsResponse", "description": "DescribeFlowExecutionRecordsResponse schema from Amazon AppFlow API", "type": "object", "properties": { "flowExecutions": { "type": "array", "items": {}, "description": "Returns the execution details and flow run history for a given flow." }, "nextToken": { "type": "string", "example": "", "description": "The pagination token for next page of data." } } }