Tyk · JSON Structure

Tyk Gateway Service Discovery Structure

Type: object Properties: 10
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

cacheTimeout dataPath enabled endpointReturnsList parentDataPath portDataPath queryEndpoint targetPath useNestedQuery useTargetList

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceDiscovery",
  "type": "object",
  "properties": {
    "cacheTimeout": {
      "type": "integer"
    },
    "dataPath": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "endpointReturnsList": {
      "type": "boolean"
    },
    "parentDataPath": {
      "type": "string"
    },
    "portDataPath": {
      "type": "string"
    },
    "queryEndpoint": {
      "type": "string"
    },
    "targetPath": {
      "type": "string"
    },
    "useNestedQuery": {
      "type": "boolean"
    },
    "useTargetList": {
      "type": "boolean"
    }
  }
}