{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-networking-services/refs/heads/main/json-schema/azure-networking-services-virtual-network-usage-schema.json", "title": "VirtualNetworkUsage", "description": "Usage details for subnet.", "properties": { "currentValue": { "description": "Indicates number of IPs used from the Subnet.", "format": "double", "readOnly": true, "type": "number" }, "id": { "description": "Subnet identifier.", "readOnly": true, "type": "string" }, "limit": { "description": "Indicates the size of the subnet.", "format": "double", "readOnly": true, "type": "number" }, "name": { "$ref": "#/definitions/VirtualNetworkUsageName", "description": "The name containing common and localized value for usage.", "readOnly": true }, "unit": { "description": "Usage units. Returns 'Count'.", "readOnly": true, "type": "string" } }, "type": "object" }