Tyk · Schema

PluginConfigData

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
enabled boolean
value object
View JSON Schema on GitHub

JSON Schema

tyk-gateway-plugin-config-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PluginConfigData",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "value": {
      "type": "object"
    }
  }
}