Tyk · Schema

PluginConfig

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
driver string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-plugin-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PluginConfig",
  "type": "object",
  "properties": {
    "driver": {
      "type": "string"
    }
  }
}