Tyk · JSON Structure

Tyk Gateway Proxy Config Structure

Type: object Properties: 9
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

check_host_against_uptime_tests disable_strip_slash enable_load_balancing listen_path preserve_host_header strip_listen_path target_list target_url transport

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProxyConfig",
  "type": "object",
  "properties": {
    "check_host_against_uptime_tests": {
      "type": "boolean"
    },
    "disable_strip_slash": {
      "type": "boolean"
    },
    "enable_load_balancing": {
      "type": "boolean"
    },
    "listen_path": {
      "type": "string"
    },
    "preserve_host_header": {
      "type": "boolean"
    },
    "strip_listen_path": {
      "type": "boolean"
    },
    "target_list": {
      "type": "array"
    },
    "target_url": {
      "type": "string"
    },
    "transport": {
      "type": "object"
    }
  }
}