From ef04d669a5ae24d4bbea0c453506908a35f4c81e Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sat, 10 Aug 2024 22:36:25 -0400 Subject: [PATCH] Add LearnJSONSchema.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..59022ce 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON Schema Store](https://www.schemastore.org/json/) - A collection of popular schemas. * [Using JSON Schema](http://usingjsonschema.com/) - a Book and GitHub project, showing how JSON Schema can be used for a variety of tasks and in different programming contexts. * [Awesome JSON Schema](https://github.com/sourcemeta/awesome-jsonschema) - A curated list of awesome JSON Schema resources, tutorials, tools, and more. +* [Learn JSON Schema](https://www.learnjsonschema.com) - Open-source reference documentation for JSON Schema ## JSON Schema Validators **Javascript and Node.js**