Tyk · JSON Structure

Tyk Gateway Api Limit Structure

Type: object Properties: 9
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

max_query_depth per quota_max quota_remaining quota_renewal_rate quota_renews rate throttle_interval throttle_retry_limit

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "APILimit",
  "type": "object",
  "properties": {
    "max_query_depth": {
      "type": "integer"
    },
    "per": {
      "type": "number"
    },
    "quota_max": {
      "type": "integer"
    },
    "quota_remaining": {
      "type": "integer"
    },
    "quota_renewal_rate": {
      "type": "integer"
    },
    "quota_renews": {
      "type": "integer"
    },
    "rate": {
      "type": "number"
    },
    "throttle_interval": {
      "type": "number"
    },
    "throttle_retry_limit": {
      "type": "integer"
    }
  }
}