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",
|
"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",
|
||||||
|
|
Loading…
Reference in a new issue