Amazon Pinpoint · Schema

GetApnsChannelResponse

GetApnsChannelResponse schema from Amazon Pinpoint API

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
APNSChannelResponse object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-get-apns-channel-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-get-apns-channel-response-schema.json",
  "title": "GetApnsChannelResponse",
  "description": "GetApnsChannelResponse schema from Amazon Pinpoint API",
  "type": "object",
  "properties": {
    "APNSChannelResponse": {
      "$ref": "#/components/schemas/APNSChannelResponse"
    }
  },
  "required": [
    "APNSChannelResponse"
  ]
}