Amazon Pinpoint · JSON Structure

Amazon Pinpoint Simple Condition Structure

Specifies a condition to evaluate for an activity in a journey.

Type: object Properties: 3
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

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

Properties

EventCondition SegmentCondition SegmentDimensions

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-simple-condition-structure.json",
  "name": "SimpleCondition",
  "description": "Specifies a condition to evaluate for an activity in a journey.",
  "type": "object",
  "properties": {
    "EventCondition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventCondition"
        },
        {
          "description": "The dimension settings for the event that's associated with the activity."
        }
      ]
    },
    "SegmentCondition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SegmentCondition"
        },
        {
          "description": "The segment that's associated with the activity."
        }
      ]
    },
    "SegmentDimensions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SegmentDimensions"
        },
        {
          "xml": {
            "name": "segmentDimensions"
          },
          "description": "The dimension settings for the segment that's associated with the activity."
        }
      ]
    }
  }
}