Adobe Experience Cloud · JSON Structure

Target Api Offer Input Structure

OfferInput schema

Type: object Properties: 3 Required: 3
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

name type content

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/target-api-offer-input-structure.json",
  "name": "OfferInput",
  "description": "OfferInput schema",
  "type": "object",
  "required": [
    "name",
    "type",
    "content"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "content",
        "redirect"
      ]
    },
    "content": {
      "type": "string"
    }
  }
}