7 lines
426 B
Markdown
7 lines
426 B
Markdown
* Write a tool to convert JSON Schema into a human-readable format suitable for
|
|
documentation. Should use the description, title, and other fields from the
|
|
JSON spec. Use this for writing the JSON schema docs instead of duplicating
|
|
the description of configuration files between JSON schema and the
|
|
documentation. In other words, use the schemas as the single source of truth
|
|
and generate everything else from that.
|