IdentityNamespaceInput

IdentityNamespaceInput schema

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Properties

Name Type Description
name string
code string
description string
idType string
View JSON Schema on GitHub

JSON Schema

experience-platform-api-identity-namespace-input-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/experience-platform-api-identity-namespace-input-schema.json",
  "title": "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"
      ]
    }
  }
}