Amazon Pinpoint · Schema

GetAppsResponse

GetAppsResponse schema from Amazon Pinpoint API

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
ApplicationsResponse object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-get-apps-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-apps-response-schema.json",
  "title": "GetAppsResponse",
  "description": "GetAppsResponse schema from Amazon Pinpoint API",
  "type": "object",
  "properties": {
    "ApplicationsResponse": {
      "$ref": "#/components/schemas/ApplicationsResponse"
    }
  },
  "required": [
    "ApplicationsResponse"
  ]
}