{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/load-balancing_schemas-header", "title": "load-balancing_schemas-header", "description": "The request header is used to pass additional information with an HTTP request. Currently supported header is 'Host'.", "properties": { "Host": { "$ref": "#/components/schemas/load-balancing_Host" } }, "type": "object" }