{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/load-balancing_Host", "title": "load-balancing_Host", "description": "The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.", "items": { "example": "example.com", "type": "string" }, "type": "array" }