{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-notifications-tenant-context-structure.json", "name": "TenantContext", "description": "Tenant context information for multitenant notification routing.", "type": "object", "properties": { "tsg_id": { "type": "string", "description": "Tenant Service Group identifier." }, "tenantName": { "type": "string", "description": "Human-readable tenant name." }, "parentTsgId": { "type": "string", "description": "Parent Tenant Service Group identifier for hierarchical tenant structures." } } }