A static analysis engine for JSON Schema documents: Verify validity of JSON Schema documents, and check for common errors and problems.
Implementation is in an initial proof of concept, reporting a fixed list of some of the most common errors with a JSON Schema.
- README.md: this file
- specification.md: Overview of package goals
- .editorconfig: project formatting rules (https://editorconfig.org/)
- index.js: Node.js entry point