Tyk · JSON Structure

Tyk Gateway Rate Limit Meta Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

RateLimitMeta 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 method path per rate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RateLimitMeta",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "per": {
      "type": "number"
    },
    "rate": {
      "type": "number"
    }
  }
}