Tyk · Schema

EndpointPostPlugin

API GatewayAPI ManagementGraphQLOpen Source

Properties

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

JSON Schema

tyk-gateway-endpoint-post-plugin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EndpointPostPlugin",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "functionName": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}