Tyk · Schema

GlobalRateLimit

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
disabled boolean
per number
rate number
View JSON Schema on GitHub

JSON Schema

tyk-gateway-global-rate-limit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GlobalRateLimit",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "per": {
      "type": "number"
    },
    "rate": {
      "type": "number"
    }
  }
}