14 lines
337 B
JSON
14 lines
337 B
JSON
|
{
|
||
|
"$id": "https://forge.cadoles.com/cadoles/bouncer/schemas/basicauth-layer-options",
|
||
|
"title": "BasicAuth layer options",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"username": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"password": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|