From 4be0db4498f7e4da74c40e7f8441d10a722d69ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Tue, 19 Dec 2023 18:44:57 +0000 Subject: [PATCH] Update 0003-ayb-config-improvement-schema.json --- 0003-ayb-config-improvement-schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/0003-ayb-config-improvement-schema.json b/0003-ayb-config-improvement-schema.json index c6f866d..c5207e4 100644 --- a/0003-ayb-config-improvement-schema.json +++ b/0003-ayb-config-improvement-schema.json @@ -5,6 +5,11 @@ "description": "Information used by the ayb server to interact with the UI", "type": "object", "properties": { + "base_url": { + "description": "The base URL", + "examples": ["https://aybWeb.sofiaritz.com/"], + "type": "string" + }, "endpoints": { "description": "The endpoints of the frontend", "type": "object",