Add docstring from config_schema.py

This commit is contained in:
Jordan Bradford
2024-03-27 12:08:28 -04:00
parent f921acc183
commit 4ddd798928

View File

@@ -1,3 +1,9 @@
"""
The schema against which the TLJH config file can be validated.
Validation occurs when changing values with tljh-config.
"""
config_schema = {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Littlest JupyterHub YAML config file",