Adobe Experience Cloud · JSON Structure

Target Api Activity Input Structure

ActivityInput schema

Type: object Properties: 5 Required: 2
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

name type priority startsAt endsAt

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-activity-input-structure.json",
  "name": "ActivityInput",
  "description": "ActivityInput schema",
  "type": "object",
  "required": [
    "name",
    "type"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "ab",
        "xt",
        "mvt",
        "ap"
      ]
    },
    "priority": {
      "type": "int32"
    },
    "startsAt": {
      "type": "datetime"
    },
    "endsAt": {
      "type": "datetime"
    }
  }
}