{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-describe-delivery-channels-response-structure.json", "name": "DescribeDeliveryChannelsResponse", "description": "The output for the DescribeDeliveryChannels action.", "type": "object", "properties": { "DeliveryChannels": { "allOf": [ { "$ref": "#/components/schemas/DeliveryChannelList" }, { "description": "A list that contains the descriptions of the specified delivery channel." } ] } } }