DeliveryResponse

DeliveryResponse schema

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Properties

Name Type Description
requestId string
execute object
prefetch object
View JSON Schema on GitHub

JSON Schema

target-api-delivery-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-schema/target-api-delivery-response-schema.json",
  "title": "DeliveryResponse",
  "description": "DeliveryResponse schema",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "execute": {
      "type": "object",
      "properties": {
        "mboxes": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string"
              },
              "options": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "content": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "prefetch": {
      "type": "object"
    }
  }
}