{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/tunnel_ip_network",
"title": "tunnel_ip_network",
"description": "The private IPv4 or IPv6 range connected by the route, in CIDR notation.",
"example": "172.16.0.0/16",
"type": "string"
}