Tyk · Schema

CustomPlugin

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
enabled boolean
functionName string
path string
rawBodyOnly boolean
requireSession boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-custom-plugin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomPlugin",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "functionName": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "rawBodyOnly": {
      "type": "boolean"
    },
    "requireSession": {
      "type": "boolean"
    }
  }
}