Tyk · JSON Structure

Tyk Gateway Middleware Definition Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

MiddlewareDefinition is a JSON Structure definition published by Tyk, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

disabled name path raw_body_only require_session

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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