Amazon Pinpoint · Schema

InAppMessageButton

Button Config for an in-app message.

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
Android object
DefaultConfig object
IOS object
Web object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-in-app-message-button-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-in-app-message-button-schema.json",
  "title": "InAppMessageButton",
  "description": "Button Config for an in-app message.",
  "type": "object",
  "properties": {
    "Android": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OverrideButtonConfiguration"
        },
        {
          "description": "Default button content."
        }
      ]
    },
    "DefaultConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultButtonConfiguration"
        },
        {
          "description": "Default button content."
        }
      ]
    },
    "IOS": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OverrideButtonConfiguration"
        },
        {
          "description": "Default button content."
        }
      ]
    },
    "Web": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OverrideButtonConfiguration"
        },
        {
          "description": "Default button content."
        }
      ]
    }
  }
}