Tyk · Schema

HostCheckObject

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
body string
commands array
enable_proxy_protocol boolean
headers object
method string
protocol string
timeout integer
url string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-host-check-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HostCheckObject",
  "type": "object",
  "properties": {
    "body": {
      "type": "string"
    },
    "commands": {
      "type": "array"
    },
    "enable_proxy_protocol": {
      "type": "boolean"
    },
    "headers": {
      "type": "object"
    },
    "method": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    },
    "timeout": {
      "type": "integer"
    },
    "url": {
      "type": "string"
    }
  }
}