{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/pan-os-rest-api-service-group-structure.json", "name": "ServiceGroup", "description": "A group of service objects for use in security policy rules.", "type": "object", "properties": { "@name": { "type": "string", "description": "Unique name of the service group." }, "members": { "type": "object", "properties": { "member": { "type": "array", "description": "List of service object names.", "items": { "type": "string" } } } }, "tag": { "type": "object", "properties": { "member": { "type": "array", "items": { "type": "string" } } } } } }