{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tunnel_vnet_response_collection", "title": "tunnel_vnet_response_collection", "allOf": [ { "$ref": "#/components/schemas/tunnel_api-response-collection" }, { "properties": { "result": { "items": { "$ref": "#/components/schemas/tunnel_virtual-network" }, "type": "array" } }, "type": "object" } ] }