Update 0003-ayb-config-improvement-schema.json

This commit is contained in:
Sofía Aritz 2023-12-19 18:44:57 +00:00
parent 03d9f66d2a
commit 4be0db4498

View file

@ -5,6 +5,11 @@
"description": "Information used by the ayb server to interact with the UI", "description": "Information used by the ayb server to interact with the UI",
"type": "object", "type": "object",
"properties": { "properties": {
"base_url": {
"description": "The base URL",
"examples": ["https://aybWeb.sofiaritz.com/"],
"type": "string"
},
"endpoints": { "endpoints": {
"description": "The endpoints of the frontend", "description": "The endpoints of the frontend",
"type": "object", "type": "object",