An open API service indexing awesome lists of open source software.

https://github.com/awwright/json-schema-lint


https://github.com/awwright/json-schema-lint

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# JSON Schema Lint

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.

## Index of Files

* [README.md](README.md): this file
* [specification.md](specification.md): Overview of package goals
* .editorconfig: project formatting rules ()
* index.js: Node.js entry point