{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-aggregate-monitoring-api-tenant-summary-structure.json", "name": "TenantSummary", "description": "TenantSummary schema from Palo Alto Networks SASE Aggregate Monitoring API", "type": "object", "properties": { "tsg_id": { "type": "string", "description": "Tenant Service Group ID." }, "display_name": { "type": "string", "description": "TSG display name." }, "parent_id": { "type": "string", "description": "Parent TSG ID." }, "depth": { "type": "int32", "description": "Depth in the hierarchy (0 for root)." }, "child_count": { "type": "int32", "description": "Number of direct child TSGs." } } }