Adobe Campaign · JSON Structure

Adobe Campaign Standard Org Unit Structure

OrgUnit from Adobe Campaign API

Type: object Properties: 4
Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

OrgUnit is a JSON Structure definition published by Adobe Campaign, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PKey name label parentTitle

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-campaign/refs/heads/main/json-structure/adobe-campaign-standard-org-unit-structure.json",
  "name": "OrgUnit",
  "description": "OrgUnit from Adobe Campaign API",
  "type": "object",
  "properties": {
    "PKey": {
      "type": "string",
      "description": "Unique identifier for the organizational unit.",
      "example": "example_value"
    },
    "name": {
      "type": "string",
      "description": "Internal name of the organizational unit.",
      "example": "Example Campaign"
    },
    "label": {
      "type": "string",
      "description": "Display label of the organizational unit.",
      "example": "Example Campaign"
    },
    "parentTitle": {
      "type": "string",
      "description": "Label of the parent organizational unit.",
      "example": "example_value"
    }
  }
}