feat: initial commit
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
This commit is contained in:
12
internal/queue/schema/layer-options.json
Normal file
12
internal/queue/schema/layer-options.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"$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"]
|
||||
}
|
Reference in New Issue
Block a user