Adobe Experience Cloud · JSON Structure

Experience Platform Api Dataset Structure

Dataset schema

Type: object Properties: 6
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

name schemaRef fileDescription created updated status

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/experience-platform-api-dataset-structure.json",
  "name": "Dataset",
  "description": "Dataset schema",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "schemaRef": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "contentType": {
          "type": "string"
        }
      }
    },
    "fileDescription": {
      "type": "object",
      "properties": {
        "format": {
          "type": "string"
        }
      }
    },
    "created": {
      "type": "datetime"
    },
    "updated": {
      "type": "datetime"
    },
    "status": {
      "type": "string"
    }
  }
}