23 lines
563 B
JSON
23 lines
563 B
JSON
|
{
|
||
|
"$id": "https://forge.cadoles.com/cadoles/bouncer/schemas/circuitbreaker-layer-options",
|
||
|
"title": "Circuit breaker layer options",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"matchURLs": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"authorizedCIDRs": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"templateBlock": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|