{ "$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-channel-status-response-schema.json", "title": "DescribeDeliveryChannelStatusResponse", "description": "The output for the DescribeDeliveryChannelStatus action.", "type": "object", "properties": { "DeliveryChannelsStatus": { "allOf": [ { "$ref": "#/components/schemas/DeliveryChannelStatusList" }, { "description": "A list that contains the status of a specified delivery channel." } ] } } }