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