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