Tyk · JSON Structure

Tyk Gateway Introspection Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

client_id client_secret enabled identity_base_field url

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

JSON Structure

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