Tyk · JSON Structure

Tyk Gateway Analytics Plugin Config Structure

Type: object Properties: 3
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

enable func_name plugin_path

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AnalyticsPluginConfig",
  "type": "object",
  "properties": {
    "enable": {
      "type": "boolean"
    },
    "func_name": {
      "type": "string"
    },
    "plugin_path": {
      "type": "string"
    }
  }
}