Tyk · Schema

ServiceDiscoveryConfiguration

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
cache_disabled boolean
cache_timeout integer
data_path string
endpoint_returns_list boolean
parent_data_path string
port_data_path string
query_endpoint string
target_path string
use_discovery_service boolean
use_nested_query boolean
use_target_list boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-service-discovery-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}