{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AllocationEntry", "description": "AllocationEntry schema from Palo Alto Networks SASE Subscription Service API", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-subscription-api-allocation-entry-schema.json", "type": "object", "properties": { "tsg_id": { "type": "string", "description": "Child TSG ID receiving this allocation." }, "tsg_name": { "type": "string", "description": "Display name of the child TSG." }, "allocated_quantity": { "type": "integer", "description": "Quantity allocated to this TSG." }, "utilized_quantity": { "type": "integer", "description": "Quantity currently utilized by this TSG." } } }