12 lines
297 B
JSON
12 lines
297 B
JSON
|
{
|
||
|
"$id": "https://forge.cadoles.com/cadoles/bouncer/schemas/queue-layer-options",
|
||
|
"title": "Queue layer options",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"capacity": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false,
|
||
|
"required": ["capacity"]
|
||
|
}
|