Adobe Experience Cloud · JSON Structure

Target Api Activity Structure

Activity schema

Type: object Properties: 8
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

id name type state priority modifiedAt 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-structure.json",
  "name": "Activity",
  "description": "Activity schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "ab",
        "xt",
        "mvt",
        "ap"
      ]
    },
    "state": {
      "type": "string",
      "enum": [
        "approved",
        "deactivated",
        "archived"
      ]
    },
    "priority": {
      "type": "int32"
    },
    "modifiedAt": {
      "type": "datetime"
    },
    "startsAt": {
      "type": "datetime"
    },
    "endsAt": {
      "type": "datetime"
    }
  }
}