Tyk · JSON Structure

Tyk Gateway Go Plugin Meta Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

GoPluginMeta 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

disabled func_name method path 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": "GoPluginMeta",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "func_name": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "plugin_path": {
      "type": "string"
    }
  }
}