Adobe Experience Cloud · JSON Structure

Journey Optimizer Api Offer Input Structure

OfferInput schema

Type: object Properties: 6 Required: 1
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

OfferInput is a JSON Structure definition published by Adobe Experience Cloud, describing 6 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name representations eligibilityRule priority startDate endDate

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/adobe-experience-cloud/refs/heads/main/json-structure/journey-optimizer-api-offer-input-structure.json",
  "name": "OfferInput",
  "description": "OfferInput schema",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "representations": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "eligibilityRule": {
      "type": "string"
    },
    "priority": {
      "type": "int32"
    },
    "startDate": {
      "type": "datetime"
    },
    "endDate": {
      "type": "datetime"
    }
  }
}