From 03d9f66d2a64142c2b219d653b4c6e7799398572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Tue, 19 Dec 2023 18:01:22 +0000 Subject: [PATCH] Update 0003-ayb-config-improvement-schema.json --- 0003-ayb-config-improvement-schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/0003-ayb-config-improvement-schema.json b/0003-ayb-config-improvement-schema.json index 67f259c..c6f866d 100644 --- a/0003-ayb-config-improvement-schema.json +++ b/0003-ayb-config-improvement-schema.json @@ -19,8 +19,9 @@ "examples": ["/auth/confirm/{entity}"], "type": "string" } - } + }, + "required": ["profile", "confirmation"] } }, - "required": ["profile", "confirmation"] + "required": ["endpoints"] } \ No newline at end of file