{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tunnel_zero_trust_connectivity_settings_response", "title": "tunnel_zero_trust_connectivity_settings_response", "allOf": [ { "$ref": "#/components/schemas/tunnel_api-response-single" }, { "properties": { "result": { "properties": { "icmp_proxy_enabled": { "$ref": "#/components/schemas/tunnel_icmp_proxy_enabled" }, "offramp_warp_enabled": { "$ref": "#/components/schemas/tunnel_offramp_warp_enabled" } }, "type": "object" } }, "type": "object" } ] }