{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_ipv6_endpoint", "title": "zero-trust-gateway_ipv6_endpoint", "properties": { "enabled": { "description": "True if the endpoint is enabled for this location.", "example": true, "type": "boolean" }, "networks": { "$ref": "#/components/schemas/zero-trust-gateway_ipv6_networks" } }, "type": "object" }