{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/legacy-jhs_proxy_protocol", "title": "legacy-jhs_proxy_protocol", "default": "off", "description": "Enables Proxy Protocol to the origin. Refer to [Enable Proxy protocol](https://developers.cloudflare.com/spectrum/getting-started/proxy-protocol/) for implementation details on PROXY Protocol V1, PROXY Protocol V2, and Simple Proxy Protocol.", "enum": [ "off", "v1", "v2", "simple" ], "example": "off", "type": "string" }