load-balancing_schemas-header

The request header is used to pass additional information with an HTTP request. Currently supported header is 'Host'.

APIs.ioEngineeringPlatform

Properties

Name Type Description
Host object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-schemas-header-schema.json Raw ↑
{
  "$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"
}