Update 0003-ayb-config-improvement-schema.json
This commit is contained in:
parent
03d9f66d2a
commit
4be0db4498
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue