{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BandwidthAllocation", "description": "BandwidthAllocation schema from Palo Alto Networks SASE Configuration Orchestration API", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-config-orchestration-api-bandwidth-allocation-schema.json", "type": "object", "properties": { "location": { "type": "string", "description": "Prisma Access location name." }, "region": { "type": "string", "description": "Geographic region." }, "licensed_bandwidth_mbps": { "type": "integer", "description": "Total licensed bandwidth at this location in Mbps." }, "allocated_bandwidth_mbps": { "type": "integer", "description": "Bandwidth currently allocated to remote networks in Mbps." }, "available_bandwidth_mbps": { "type": "integer", "description": "Remaining available bandwidth in Mbps." } } }