From f1675c182c884ea04f15b53656856c0651f160f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Tue, 19 Dec 2023 13:07:39 +0000 Subject: [PATCH] Update 0003-ayb-config-improvement-schema.json --- 0003-ayb-config-improvement-schema.json | 34 ++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/0003-ayb-config-improvement-schema.json b/0003-ayb-config-improvement-schema.json index 0d3b4f6..feabf75 100644 --- a/0003-ayb-config-improvement-schema.json +++ b/0003-ayb-config-improvement-schema.json @@ -1,20 +1,20 @@ { - "$schema": "http://json-schema.org/draft-07/schema", - "$id": "https://raw.githubusercontent.com/marcua/ayb/main/docs/config/endpoints/schema.json", - "title": "Endpoints", - "description": "Endpoints provided by the ayb frontend", - "type": "object", - "properties": { - "profile": { - "description": "The profile page", - "examples": ["/u/{entity}"], - "type": "string" - }, - "confirmation": { - "description": "The confirmation endpoint", - "examples": ["/auth/confirm/{entity}"], - "type": "string" - } + "$schema": "http://json-schema.org/draft-07/schema", + "$id": "https://raw.githubusercontent.com/marcua/ayb/main/docs/config/endpoints/schema.json", + "title": "Endpoints", + "description": "Endpoints provided by the ayb frontend", + "type": "object", + "properties": { + "profile": { + "description": "The profile page", + "examples": ["/u/{entity}"], + "type": "string" }, - "required": ["profile", "confirmation"] + "confirmation": { + "description": "The confirmation endpoint", + "examples": ["/auth/confirm/{entity}"], + "type": "string" + } + }, + "required": ["profile", "confirmation"] } \ No newline at end of file