Generate Markdown documentation from JSON Schema specifications. Version 2.1.4 is the latest stable release, with active development on GitHub. Supports a wide range of JSON Schema features including basic attributes, number, string, boolean, null, object, array, allOf/oneOf/anyOf, if/then/else, and multiple types. Differentiators: extensible via partials and plugins, supports custom table formats, YAML examples, and front matter. CLI-first with simple npx usage.
npm install jsonschema2mkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate markdown documentation from a JSON Schema file using CLI. Output is redirected to DOC.md.
Use import syntax or npx CLI.
Add >output.md to CLI command.
Always specify --schema path/to/schema.json
Use --extension table-format-2
Use dynamic import: await import('jsonschema2mk') or switch to ESM.Provide --schema path/to/schema.json
Use --extension table-format-2 exactly.
No dependency data recorded yet.