Commit 4dea2f33 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix json-schema typos.

parent 3c552c05
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"mariadb-url": { "mariadb-url": {
"description": "Relational database access information", "description": "Relational database access information",
"type": "string" "type": "string"
} },
"jupyter-url": { "jupyter-url": {
"description": "Jupyter notebook web UI access information", "description": "Jupyter notebook web UI access information",
"type": "string", "type": "string",
......
...@@ -113,6 +113,6 @@ ...@@ -113,6 +113,6 @@
"instance-name": { "instance-name": {
"description": "Name of the instance, to show in the window title", "description": "Name of the instance, to show in the window title",
"type": "string" "type": "string"
}, }
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment