Properties
| Name | Type | Description |
|---|---|---|
| action | object | |
| bypass | object | |
| description | object | |
| disabled | object | |
| id | object | |
| match | object | |
| period | object | |
| threshold | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/firewall_ratelimit",
"title": "firewall_ratelimit",
"properties": {
"action": {
"$ref": "#/components/schemas/firewall_action"
},
"bypass": {
"$ref": "#/components/schemas/firewall_bypass"
},
"description": {
"$ref": "#/components/schemas/firewall_description"
},
"disabled": {
"$ref": "#/components/schemas/firewall_disabled"
},
"id": {
"$ref": "#/components/schemas/firewall_id"
},
"match": {
"$ref": "#/components/schemas/firewall_match"
},
"period": {
"$ref": "#/components/schemas/firewall_period"
},
"threshold": {
"$ref": "#/components/schemas/firewall_threshold"
}
}
}