Tyk · Schema

AnalyticsPluginConfig

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
enable boolean
func_name string
plugin_path string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-analytics-plugin-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AnalyticsPluginConfig",
  "type": "object",
  "properties": {
    "enable": {
      "type": "boolean"
    },
    "func_name": {
      "type": "string"
    },
    "plugin_path": {
      "type": "string"
    }
  }
}