Amazon Pinpoint · Schema

TemplateActiveVersionRequest

Specifies which version of a message template to use as the active version of the template.

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
Version object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-template-active-version-request-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-template-active-version-request-schema.json",
  "title": "TemplateActiveVersionRequest",
  "description": "Specifies which version of a message template to use as the active version of the template.",
  "type": "object",
  "properties": {
    "Version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The version of the message template to use as the active version of the template. Valid values are: latest, for the most recent version of the template; or, the unique identifier for any existing version of the template. If you specify an identifier, the value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the <link  linkend=\"templates-template-name-template-type-versions\">Template Versions</link> resource."
        }
      ]
    }
  }
}