2023-04-24 20:52:12 +02:00
|
|
|
{
|
|
|
|
"$id": "https://forge.cadoles.com/cadoles/bouncer/schemas/queue-layer-options",
|
|
|
|
"title": "Queue layer options",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"capacity": {
|
|
|
|
"type": "number",
|
|
|
|
"minimum": 0
|
|
|
|
},
|
|
|
|
"keepAlive": {
|
|
|
|
"type": "string"
|
2023-07-05 21:54:01 +02:00
|
|
|
},
|
|
|
|
"matchURLs": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
2023-04-24 20:52:12 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|