Amazon Pinpoint · Schema

DirectMessageConfiguration

Specifies the settings and content for the default message and any default messages that you tailored for specific channels.

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
ADMMessage object
APNSMessage object
BaiduMessage object
DefaultMessage object
DefaultPushNotificationMessage object
EmailMessage object
GCMMessage object
SMSMessage object
VoiceMessage object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-direct-message-configuration-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-direct-message-configuration-schema.json",
  "title": "DirectMessageConfiguration",
  "description": "Specifies the settings and content for the default message and any default messages that you tailored for specific channels.",
  "type": "object",
  "properties": {
    "ADMMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ADMMessage"
        },
        {
          "description": "The default push notification message for the ADM (Amazon Device Messaging) channel. This message overrides the default push notification message (DefaultPushNotificationMessage)."
        }
      ]
    },
    "APNSMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/APNSMessage"
        },
        {
          "description": "The default push notification message for the APNs (Apple Push Notification service) channel. This message overrides the default push notification message (DefaultPushNotificationMessage)."
        }
      ]
    },
    "BaiduMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BaiduMessage"
        },
        {
          "description": "The default push notification message for the Baidu (Baidu Cloud Push) channel. This message overrides the default push notification message (DefaultPushNotificationMessage)."
        }
      ]
    },
    "DefaultMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultMessage"
        },
        {
          "description": "The default message for all channels."
        }
      ]
    },
    "DefaultPushNotificationMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultPushNotificationMessage"
        },
        {
          "description": "The default push notification message for all push notification channels."
        }
      ]
    },
    "EmailMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EmailMessage"
        },
        {
          "description": "The default message for the email channel. This message overrides the default message (DefaultMessage)."
        }
      ]
    },
    "GCMMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GCMMessage"
        },
        {
          "description": "The default push notification message for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. This message overrides the default push notification message (DefaultPushNotificationMessage)."
        }
      ]
    },
    "SMSMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SMSMessage"
        },
        {
          "description": "The default message for the SMS channel. This message overrides the default message (DefaultMessage)."
        }
      ]
    },
    "VoiceMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VoiceMessage"
        },
        {
          "description": "The default message for the voice channel. This message overrides the default message (DefaultMessage)."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-pinpoint-direct-message-configuration"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.