Explains JSON Schema in plain English text. Version 1.1.1 is current. Supports most JSON Schema features including allOf, oneOf, anyOf, if/then/else, and nested references. Use case: generating human-readable documentation or diffs for configurations defined by JSON Schema. Differentiator: produces natural language output rather than YAML/JSON.
npm install explain-json-schemaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reads a JSON Schema file and outputs a natural language description of its constraints.
Pre-process schemas to handle dependencies manually or use a different library.
Strip Markdown if needed.
Use `node node_modules/.bin/explain-json-schema` if npx fails.
Add `"type": "module"` to package.json or use dynamic import.
Use `import { explainSchema } from 'explain-json-schema'`.Run `npm install explain-json-schema` and ensure import path is correct.
No dependency data recorded yet.