{ "$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" } } }