From fc471177d357a9ed7f82a4856234508d715bc413 Mon Sep 17 00:00:00 2001 From: Sohel Ahmed Mesaniya Date: Thu, 9 May 2019 18:28:28 +0530 Subject: [PATCH] Add linter link --- implementations.md | 6 ++++++ 1 file changed, 6 insertions(+) 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