From d92e7004c64f79f7df6b1355302c7a94c1622fdc Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Fri, 22 Jun 2018 17:40:11 +0200 Subject: [PATCH] Allow using several authencation-types at once --- configschema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configschema.json b/configschema.json index f7881ea..7c46580 100644 --- a/configschema.json +++ b/configschema.json @@ -105,7 +105,7 @@ } }, "authentication": { - "oneOf": [ + "anyOf": [ { "$ref": "#/definitions/authentication-types/password" },