{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ConnectorGroupRequest", "description": "ConnectorGroupRequest schema from Palo Alto Networks ZTNA Connector API", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/ztna-connector-api-connector-group-request-schema.json", "type": "object", "properties": { "name": { "type": "string", "description": "Display name for the connector group." }, "description": { "type": "string", "description": "Optional description of the connector group." }, "region": { "type": "string", "description": "Geographic region for this connector group." } }, "required": [ "name" ] }