ListContactFlowsResponse schema from Amazon Connect Service API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-schema/list-contact-flows-response-schema.json", "title": "ListContactFlowsResponse", "description": "ListContactFlowsResponse schema from Amazon Connect Service API", "type": "object", "properties": { "ContactFlowSummaryList": { "type": "array", "items": { "$ref": "#/components/schemas/ContactFlowSummary" } }, "NextToken": { "type": "string" } } }