Tyk · JSON Structure

Tyk Gateway Host Check Object Structure

Type: object Properties: 8
API GatewayAPI ManagementGraphQLOpen Source

HostCheckObject is a JSON Structure definition published by Tyk, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

body commands enable_proxy_protocol headers method protocol timeout url

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}