Tyk · Schema

MiddlewareDefinition

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
disabled boolean
name string
path string
raw_body_only boolean
require_session boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-middleware-definition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MiddlewareDefinition",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "raw_body_only": {
      "type": "boolean"
    },
    "require_session": {
      "type": "boolean"
    }
  }
}