Adobe Experience Cloud · JSON Structure

Experience Platform Api Identity Namespace Structure

IdentityNamespace schema

Type: object Properties: 6
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

IdentityNamespace 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

id code name description idType standard

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-structure.json",
  "name": "IdentityNamespace",
  "description": "IdentityNamespace schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32"
    },
    "code": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "idType": {
      "type": "string"
    },
    "standard": {
      "type": "boolean"
    }
  }
}