Amazon Pinpoint · Schema

SegmentBehaviors

Specifies dimension settings for including or excluding endpoints from a segment based on how recently an endpoint was active.

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
Recency object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-segment-behaviors-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-segment-behaviors-schema.json",
  "title": "SegmentBehaviors",
  "description": "Specifies dimension settings for including or excluding endpoints from a segment based on how recently an endpoint was active.",
  "type": "object",
  "properties": {
    "Recency": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecencyDimension"
        },
        {
          "description": "The dimension settings that are based on how recently an endpoint was active."
        }
      ]
    }
  }
}