{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.sourcemeta.com/krakend/v2.2/qos/ratelimit/router.json",
"type": "object",
"anyOf": [
{
"required": [ "max_rate" ]
},
{
"required": [ "client_max_rate" ]
}
],
"properties": {
"capacity": {
"$id": "#endpoint_extra_config/qos/ratelimit/router/capacity",
"title": "Capacity",
"description": "Number of tokens you can store in the Token Bucket. Translates into the maximum requests this endpoint will accept for all users at a given time.\n\nSee: https://www.krakend.io/docs/endpoints/rate-limit/",
"type": "integer"
},
"client_capacity": {
...
See the full schema