{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-management-zone-schema.json", "title": "ManagementZone", "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" } } }