Adobe Experience Cloud · JSON Structure

Target Api Offer Structure

Offer schema

Type: object Properties: 5
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Offer is a JSON Structure definition published by Adobe Experience Cloud, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name type content modifiedAt

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-structure.json",
  "name": "Offer",
  "description": "Offer schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "content",
        "redirect",
        "dynamic"
      ]
    },
    "content": {
      "type": "string"
    },
    "modifiedAt": {
      "type": "datetime"
    }
  }
}