Tyk · Schema

Introspection

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
client_id string
client_secret string
enabled boolean
identity_base_field string
url string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-introspection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Introspection",
  "type": "object",
  "properties": {
    "client_id": {
      "type": "string"
    },
    "client_secret": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "identity_base_field": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}