https://github.com/awwright/json-schema-lint
https://github.com/awwright/json-schema-lint
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/awwright/json-schema-lint
- Owner: awwright
- Created: 2019-01-09T01:01:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T23:25:06.000Z (over 5 years ago)
- Last Synced: 2024-10-07T17:00:03.402Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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