Adobe Experience Cloud · JSON Structure

Experience Platform Api Identity Namespace Input Structure

IdentityNamespaceInput schema

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

IdentityNamespaceInput 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 code description idType

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-identity-namespace-input-structure.json",
  "name": "IdentityNamespaceInput",
  "description": "IdentityNamespaceInput schema",
  "type": "object",
  "required": [
    "name",
    "code",
    "idType"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "idType": {
      "type": "string",
      "enum": [
        "COOKIE",
        "DEVICE",
        "CROSS_DEVICE",
        "EMAIL",
        "PHONE"
      ]
    }
  }
}