Amazon Pinpoint · JSON Structure

Amazon Pinpoint Multi Conditional Branch Structure

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

Type: object Properties: 2
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

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

Properties

Condition NextActivity

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-multi-conditional-branch-structure.json",
  "name": "MultiConditionalBranch",
  "description": "Specifies a condition to evaluate for an activity path in a journey.",
  "type": "object",
  "properties": {
    "Condition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SimpleCondition"
        },
        {
          "description": "The condition to evaluate for the activity path."
        }
      ]
    },
    "NextActivity": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The unique identifier for the next activity to perform, after completing the activity for the path."
        }
      ]
    }
  }
}