{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-structure/openapi-capacity-usage-summary-structure.json", "name": "CapacityUsageSummary", "description": "The capacity usage summary of the resources used by the ReferenceSets in a firewall.", "type": "object", "properties": { "CIDRs": { "allOf": [ { "$ref": "#/components/schemas/CIDRSummary" }, { "description": "Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall." } ] } } }