PropertyList

PropertyList schema

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Properties

Name Type Description
properties array
type object
View JSON Schema on GitHub

JSON Schema

target-api-property-list-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-property-list-schema.json",
  "title": "PropertyList",
  "description": "PropertyList schema",
  "type": "object",
  "properties": {
    "properties": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer"
          },
          "name": {
            "type": "string"
          },
          "token": {
            "type": "string"
          }
        }
      }
    },
    "type": "object"
  }
}