Amazon Pinpoint · JSON Structure

Amazon Pinpoint In App Message Header Config Structure

Text config for Message Header.

Type: object Properties: 3 Required: 3
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

InAppMessageHeaderConfig is a JSON Structure definition published by Amazon Pinpoint, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Alignment Header TextColor

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-in-app-message-header-config-structure.json",
  "name": "InAppMessageHeaderConfig",
  "description": "Text config for Message Header.",
  "type": "object",
  "properties": {
    "Alignment": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Alignment"
        },
        {
          "description": "The alignment of the text. Valid values: LEFT, CENTER, RIGHT."
        }
      ]
    },
    "Header": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "Message Header."
        }
      ]
    },
    "TextColor": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The text color."
        }
      ]
    }
  },
  "required": [
    "Alignment",
    "Header",
    "TextColor"
  ]
}