jsonschema2md
jsonschema2md copied to clipboard
Convert JSON Schemas to simple, human-readable Markdown documentation.
⠋ Running `snyk test` for /home/runner/work/jsonschema2md/jsonschema2md ► Running `snyk test` for /home/runner/work/jsonschema2md/jsonschema2md - Looking for supported Python items ✔ Looking for supported Python items ⠋ Processing 1 requirements.txt items✔ Processed...
⠋ Running `snyk test` for /home/runner/work/jsonschema2md/jsonschema2md ► Running `snyk test` for /home/runner/work/jsonschema2md/jsonschema2md - Looking for supported Python items ✔ Looking for supported Python items ⠋ Processing 1 requirements.txt items✔ Processed...
All other fields are parsed as expected. Is there something special about a `units` field? [This](https://github.com/BETSRG/GHEDesigner/blob/main/ghedesigner/schemas/borehole.schema.json) is the schema I'm reading. Perhaps unsurprisingly, I'm not using jsonschema2md directly, but rather...
Hello follwing json ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "logLevel": { "$ref": "#/$defs/logLevel" } }, "required": ["logLevel"], "$defs": { "logLevel": { "type": "string", "description": "The log level for...