{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-delete-apns-channel-response-structure.json", "name": "DeleteApnsChannelResponse", "description": "DeleteApnsChannelResponse schema from Amazon Pinpoint API", "type": "object", "properties": { "APNSChannelResponse": { "$ref": "#/components/schemas/APNSChannelResponse" } }, "required": [ "APNSChannelResponse" ] }