{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Authentication", "type": "object", "properties": { "baseIdentityProvider": { "type": "string" }, "enabled": { "type": "boolean" }, "stripAuthorizationData": { "type": "boolean" } } }