From 4dfaa4ea933d6516d03206d43a81fc7ade42e927 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Mon, 27 May 2024 13:40:07 +0200 Subject: [PATCH] Fix openIdConnect schema --- json-schema/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-schema/schema.json b/json-schema/schema.json index 395f1a7..cd051c9 100644 --- a/json-schema/schema.json +++ b/json-schema/schema.json @@ -334,7 +334,7 @@ "properties": { "type": { "type": "string", - "const": "openIdConnectUrl" + "const": "openIdConnect" } } },