Amazon Pinpoint · Schema

CreateInAppTemplateResponse

CreateInAppTemplateResponse schema from Amazon Pinpoint API

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
TemplateCreateMessageBody object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-create-in-app-template-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-create-in-app-template-response-schema.json",
  "title": "CreateInAppTemplateResponse",
  "description": "CreateInAppTemplateResponse schema from Amazon Pinpoint API",
  "type": "object",
  "properties": {
    "TemplateCreateMessageBody": {
      "$ref": "#/components/schemas/TemplateCreateMessageBody"
    }
  },
  "required": [
    "TemplateCreateMessageBody"
  ]
}