Tyk · Schema

MiddlewareSection

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
driver string
post array
post_key_auth array
pre array
response array
View JSON Schema on GitHub

JSON Schema

tyk-gateway-middleware-section-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MiddlewareSection",
  "type": "object",
  "properties": {
    "driver": {
      "type": "string"
    },
    "post": {
      "type": "array"
    },
    "post_key_auth": {
      "type": "array"
    },
    "pre": {
      "type": "array"
    },
    "response": {
      "type": "array"
    }
  }
}