diff --git a/implementations.md b/implementations.md index b518a154..7b4d11a5 100644 --- a/implementations.md +++ b/implementations.md @@ -273,3 +273,9 @@ Schema Repositories ------------------- - [SchemaStore.org](http://schemastore.org/json/) - validate against common JSON Schemas + + +Schema Linter/Parser +-------------------- + +- [json-schema-linter](https://www.json-schema-linter.com/) - Lint/validate/parse json-schema itself and find out out typo, missing properties, missing required keys etc