Tyk · JSON Structure

Tyk Gateway Service Discovery Configuration Structure

Type: object Properties: 11
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

cache_disabled cache_timeout data_path endpoint_returns_list parent_data_path port_data_path query_endpoint target_path use_discovery_service use_nested_query use_target_list

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceDiscoveryConfiguration",
  "type": "object",
  "properties": {
    "cache_disabled": {
      "type": "boolean"
    },
    "cache_timeout": {
      "type": "integer"
    },
    "data_path": {
      "type": "string"
    },
    "endpoint_returns_list": {
      "type": "boolean"
    },
    "parent_data_path": {
      "type": "string"
    },
    "port_data_path": {
      "type": "string"
    },
    "query_endpoint": {
      "type": "string"
    },
    "target_path": {
      "type": "string"
    },
    "use_discovery_service": {
      "type": "boolean"
    },
    "use_nested_query": {
      "type": "boolean"
    },
    "use_target_list": {
      "type": "boolean"
    }
  }
}