{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomDomainCustomClientIpHeaderEnum", "title": "CustomDomainCustomClientIpHeaderEnum", "type": "string", "description": "The HTTP header to fetch the client's IP address", "default": "true-client-ip", "enum": [ "true-client-ip", "cf-connecting-ip", "x-forwarded-for", "x-azure-clientip", "" ] }