{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/entities-api-v2-management-zone-structure.json", "description": "A management zone reference.", "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier of the management zone.", "example": "abc123" }, "name": { "type": "string", "description": "The display name of the management zone.", "example": "Production Service" } }, "name": "ManagementZone" }