{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-schema/describe-contact-flow-response-schema.json", "title": "DescribeContactFlowResponse", "description": "DescribeContactFlowResponse schema from Amazon Connect Service API", "type": "object", "properties": { "ContactFlow": { "$ref": "#/components/schemas/ContactFlow" } } }