{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-tenancy-api-tenant-service-group-update-structure.json", "name": "TenantServiceGroupUpdate", "description": "TenantServiceGroupUpdate schema from Palo Alto Networks SASE Tenancy Service API", "type": "object", "properties": { "display_name": { "type": "string", "description": "New display name for the TSG.", "maxLength": 256 }, "description": { "type": "string", "description": "Updated description.", "maxLength": 1024 }, "vertical": { "type": "string", "description": "Updated industry vertical classification." } } }