{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TenantServiceGroupUpdate", "description": "TenantServiceGroupUpdate schema from Palo Alto Networks SASE Tenancy Service API", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-tenancy-api-tenant-service-group-update-schema.json", "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." } } }