21 lines
488 B
JSON
21 lines
488 B
JSON
{
|
|
"$id": "https://forge.cadoles.com/cadoles/bouncer/schemas/queue-layer-options",
|
|
"title": "Queue layer options",
|
|
"type": "object",
|
|
"properties": {
|
|
"capacity": {
|
|
"type": "number",
|
|
"minimum": 0
|
|
},
|
|
"matchers": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"keepAlive": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
} |