{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/zero-trust-gateway_ips",
"title": "zero-trust-gateway_ips",
"description": "A list of CIDRs to restrict ingress connections.",
"items": {
"description": "The IPv4 CIDR or IPv6 CIDR. IPv6 CIDRs are limited to a maximum of /109. IPv4 CIDRs are limited to a maximum of /25.",
"example": "192.0.2.1/32",
"type": "string"
},
"type": "array"
}