Adobe Experience Cloud · JSON Structure

Experience Platform Api Schema Input Structure

SchemaInput schema

Type: object Properties: 4 Required: 3
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

name description type allOf

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-schema-input-structure.json",
  "name": "SchemaInput",
  "description": "SchemaInput schema",
  "type": "object",
  "required": [
    "title",
    "type",
    "allOf"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "allOf": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "$ref": {
            "type": "string"
          }
        }
      }
    }
  }
}