{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-deliver-config-snapshot-request-schema.json", "title": "DeliverConfigSnapshotRequest", "description": "The input for the DeliverConfigSnapshot action.", "type": "object", "properties": { "deliveryChannelName": { "allOf": [ { "$ref": "#/components/schemas/ChannelName" }, { "description": "The name of the delivery channel through which the snapshot is delivered." } ] } }, "required": [ "deliveryChannelName" ] }