json-schema-static-docs icon indicating copy to clipboard operation
json-schema-static-docs copied to clipboard

Quickly generate human friendly documentation from your JSON schema

Results 9 json-schema-static-docs issues
Sort by recently updated
recently updated
newest added

Looking through some other issues, it looks like schema version support is dependent on the AJV library. Poking through their docs, it looks like that library now supports 2020-12 (https://ajv.js.org/guide/schema-language.html#draft-2019-09-and-draft-2020-12),...

I generated a markdown documentation based on my schema, but all the links except the index were generated with .html extension. So my doc links are broken when I try...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.9 to 0.23.10. Release notes Sourced from commonmarker's releases. v0.23.10 What's Changed Update to 0.29.0.gfm.13 by @​anticomputer in gjtorikian/commonmarker#247 Full Changelog: https://github.com/gjtorikian/commonmarker/compare/v0.23.9...v0.23.10 Changelog Sourced from commonmarker's changelog....

dependencies
ruby

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

I have a schema which has defaults that are objects e.g. ```yml default: foo: bar ``` The resulting docs do not show JSON for this, but simply the following: ```html...

Related to #133 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/tomcollins/json-schema-static-docs/pull/140?shareId=f5e5cea2-e8fb-4a1c-8aa8-49b289b095ec).

The page linked as [Draft 2020-12 - Prefix Items](https://tomcollins.github.io/json-schema-static-docs/examples/draft-2020-12/prefix-items.html) has the title and description from "Draft 2019-09 - Deprecated Example" https://github.com/tomcollins/json-schema-static-docs/blob/master/gh-pages/yml/ajv-2020/draft-2020-12/prefix-items.yml

Allows running this lib on Windows! :) > `"@apidevtools/json-schema-ref-parser": "^12.0.2",` Since v11, they support Windows, and it seems all tests pass with the latest version, so why not?