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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

This issue is the dashboard used by GHCI modules. [Project on GHCI](https://geoservices-int.camptocamp.com/github/project/sbrunner/jsonschema2md) ## Audit (Snyk/dpkg) - [ ] Check security vulnerabilities with Snyk

Would it be possible to add an option that prints out the required properties of the jsonschema ? This would come in handy in numerous cases. Take for example the...

As I have multiple object loosely related to each other that are referencing common definitions, I'm exploring using `$ref` and referencing another file. I'm getting weird outputs from jsonschema2md2, could...

pull request welcome

This issue is the dashboard used by GHCI modules. [Project on GHCI](https://geoservices-int.camptocamp.com/github/project/sbrunner/jsonschema2md) ## Audit (Snyk/dpkg) - [ ] Check outdated version - [ ] Check security vulnerabilities with Snyk

⠋ Running `snyk test` for /tmp/tmp1rsi7sya/jsonschema2md► Running `snyk test` for /tmp/tmp1rsi7sya/jsonschema2md Failed! Failed to get dependencies for all 2 potential projects.Tip: Re-run in debug mode to see more information: DEBUG=*snyk*...

If there is min/maxLength [(Schema def.)](https://json-schema.org/understanding-json-schema/reference/string) set to property if would be nice to see those also in markup page. For example min=0, max=100 Schema exmaple ``` properties": { "lengthLimited":...

pull request welcome

The [JSON Schema spec](https://json-schema.org/draft/2020-12/json-schema-validation#name-pattern) includes the `pattern` constraint for properties, but this gets ignored when generating the markdown. This PR fixes this. The `_construct_description_line` function has been extended to also...