{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/ztna-connector-api-connector-group-request-structure.json", "name": "ConnectorGroupRequest", "description": "ConnectorGroupRequest schema from Palo Alto Networks ZTNA Connector API", "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" ] }