{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TenantSummary", "description": "TenantSummary schema from Palo Alto Networks SASE Aggregate Monitoring API", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-aggregate-monitoring-api-tenant-summary-schema.json", "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": "integer", "description": "Depth in the hierarchy (0 for root)." }, "child_count": { "type": "integer", "description": "Number of direct child TSGs." } } }