{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-subscription-api-allocation-entry-structure.json", "name": "AllocationEntry", "description": "AllocationEntry schema from Palo Alto Networks SASE Subscription Service API", "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": "int32", "description": "Quantity allocated to this TSG." }, "utilized_quantity": { "type": "int32", "description": "Quantity currently utilized by this TSG." } } }