Tyk · JSON Structure

Tyk Gateway Rate Limit Smoothing Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

RateLimitSmoothing 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

delay enabled step threshold trigger

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RateLimitSmoothing",
  "type": "object",
  "properties": {
    "delay": {
      "type": "integer"
    },
    "enabled": {
      "type": "boolean"
    },
    "step": {
      "type": "integer"
    },
    "threshold": {
      "type": "integer"
    },
    "trigger": {
      "type": "number"
    }
  }
}