{ "$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-list-result-schema.json", "title": "VirtualNetworkListResult", "description": "Response for the ListVirtualNetworks API service call.", "properties": { "nextLink": { "description": "The URL to get the next set of results.", "type": "string" }, "value": { "description": "A list of VirtualNetwork resources in a resource group.", "items": { "$ref": "#/definitions/VirtualNetwork" }, "type": "array" } }, "type": "object" }