{ "$id": "https://forge.cadoles.com/cadoles/bouncer/schemas/authn-options", "title": "Authentication layer options", "type": "object", "properties": { "matchURLs": { "type": "array", "items": { "type": "string" } }, "headers": { "type": "object", "properties": { "rules": { "type": "array", "item": { "type": "string" } } }, "additionalProperties": false } } }