{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/VirtualNetworkPeeringListResult",
"title": "VirtualNetworkPeeringListResult",
"type": "object",
"description": "Response for the ListVirtualNetworkPeerings API service call.",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/VirtualNetworkPeering"
},
"description": "The peerings in a virtual network."
},
"nextLink": {
"type": "string",
"description": "The URL to get the next set of results."
}
}
}