{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_ipv4_network", "title": "zero-trust-gateway_ipv4_network", "properties": { "network": { "description": "The IPv4 address or IPv4 CIDR. IPv4 CIDRs are limited to a maximum of /24.", "example": "192.0.2.1/32", "type": "string" } }, "required": [ "network" ], "type": "object" }