{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TenantContext", "description": "Tenant context information for multitenant notification routing.", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-notifications-tenant-context-schema.json", "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." } } }