jsonschema2md icon indicating copy to clipboard operation
jsonschema2md copied to clipboard

Convert JSON Schemas to simple, human-readable Markdown documentation.

Results 14 jsonschema2md issues
Sort by recently updated
recently updated
newest added

⠋ 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...

dependencies

⠋ 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...

dependencies

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...

bug
pull request welcome