{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_ipv6_network", "title": "zero-trust-gateway_ipv6_network", "properties": { "network": { "description": "The IPv6 address or IPv6 CIDR.", "example": "2001:85a3::/64", "type": "string" } }, "required": [ "network" ], "type": "object" }