Choose how to generate JSON Schema for Humans documentation file
Minify the output HTML document.
Whether to consider the description as markdown and render it accordingly
If several $ref
points to the same definition, only render the documentation for this definition the first time. All other occurrences are replaced by an anchor link to the first occurrence. The first occurrence is the one that is the least nested from the top of the schema and appears first in that nesting level.
Note: If this option is off and the schema contains recursive definitions, the generation will crash!
Mark a property as deprecated (with a big red badge) if the description contains the string [Deprecated
Extract the default value of a property from the description like this: [Default `the_default_value`]
.
The default value from the "default" attribute will be used in priority
Copy schema_doc.css
to the same directory as RESULT_FILE
after generation
Copy schema_doc.min.js
to the same directory as RESULT_FILE
after generation.
This file contains the logic for the anchor links