From 289a2e259745cc5854618f41e70fe25e06d61586 Mon Sep 17 00:00:00 2001 From: Francesco Guardiani Date: Tue, 7 Jul 2020 15:41:48 +0200 Subject: [PATCH 1/7] Add Vert.x Json Schema among the implementations --- _data/validator-libraries-modern.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index fcbd9021..8a9b20fc 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -90,6 +90,13 @@ notes: includes custom validator support, rich error returns - name: Java implementations: + - name: Vert.x Json Schema + url: https://github.com/eclipse-vertx/vertx-json-schema + notes: Validator for Eclipse Vert.x project JSON types. + date-draft: [] + draft: [7] + license: Apache License, Version 2.0 + notes: includes custom keywords support, custom dialect support, asynchronous validation - name: Snow url: https://github.com/ssilverman/snowy-json notes: Uses Maven for the project and Gson under the hood. From 39c293091a345fb173efa2f883e8831dadab801e Mon Sep 17 00:00:00 2001 From: Francesco Guardiani Date: Thu, 9 Jul 2020 11:01:06 +0200 Subject: [PATCH 2/7] Update validator-libraries-modern.yml --- _data/validator-libraries-modern.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index 8a9b20fc..6ac9c213 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -93,7 +93,7 @@ - name: Vert.x Json Schema url: https://github.com/eclipse-vertx/vertx-json-schema notes: Validator for Eclipse Vert.x project JSON types. - date-draft: [] + date-draft: [2019-09] draft: [7] license: Apache License, Version 2.0 notes: includes custom keywords support, custom dialect support, asynchronous validation From c1564d6368d77f42644f5ece7ee8d245049a0d0f Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Thu, 28 Jan 2021 16:16:52 +0000 Subject: [PATCH 3/7] Move new implementation Only fair to add it to the END of the list for the same draft support. --- _data/validator-libraries-modern.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index 6ac9c213..1ddbd7de 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -90,6 +90,12 @@ notes: includes custom validator support, rich error returns - name: Java implementations: + - name: Snow + url: https://github.com/ssilverman/snowy-json + notes: Uses Maven for the project and Gson under the hood. + date-draft: [2019-09] + draft: [7, 6] + license: GNU Affero General Public License v3.0 - name: Vert.x Json Schema url: https://github.com/eclipse-vertx/vertx-json-schema notes: Validator for Eclipse Vert.x project JSON types. @@ -97,12 +103,6 @@ draft: [7] license: Apache License, Version 2.0 notes: includes custom keywords support, custom dialect support, asynchronous validation - - name: Snow - url: https://github.com/ssilverman/snowy-json - notes: Uses Maven for the project and Gson under the hood. - date-draft: [2019-09] - draft: [7, 6] - license: GNU Affero General Public License v3.0 - name: everit-org/json-schema url: https://github.com/everit-org/json-schema notes: From 6d87d4f80e5d43cc6da13606e5f80a75e3025139 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Fri, 10 Jul 2020 15:20:36 -0400 Subject: [PATCH 4/7] add a 'documentation generator' section --- implementations.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/implementations.md b/implementations.md index 971abd59..17a455d8 100644 --- a/implementations.md +++ b/implementations.md @@ -289,6 +289,14 @@ _None currently support draft-06 or later._ - [WebStorm](https://www.jetbrains.com/webstorm/), [IntelliJ IDEA](https://www.jetbrains.com/idea/), and other [JetBrains IDEs](https://www.jetbrains.com/products.html?fromMenu#type=ide) - *Code completion, documentation, and validation for JSON and YAML files using JSON Schema. Support for draft-4, draft-6, and draft-7.* - [Eclipse IDE](https://www.eclipse.org/downloads/eclipse-packages) - *Rich JSON edition supporting schema for instantaneous validation and error reporting, completion, documentation.* +#### Documentation generators + +- [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app. + +- [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app. + +- [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based. + Schema Repositories ------------------- From b3857e88cef82ae5c2eb5f113e290112cbe99bea Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Tue, 14 Jul 2020 16:04:04 -0400 Subject: [PATCH 5/7] specify with draft versions are supported --- implementations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/implementations.md b/implementations.md index 17a455d8..1f6bea6f 100644 --- a/implementations.md +++ b/implementations.md @@ -291,11 +291,11 @@ _None currently support draft-06 or later._ #### Documentation generators -- [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app. +- [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app. Supports draft-7. -- [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app. +- [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app. Supports draft-4. -- [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based. +- [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based. Supports draft-7. Schema Repositories ------------------- From 780896d7448ba1d4e3931ba1bba3b7aba8476bda Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Thu, 4 Feb 2021 22:00:30 +0000 Subject: [PATCH 6/7] Make spacing consistent --- implementations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/implementations.md b/implementations.md index 1f6bea6f..8a3cdf62 100644 --- a/implementations.md +++ b/implementations.md @@ -292,9 +292,7 @@ _None currently support draft-06 or later._ #### Documentation generators - [jsonschematic](https://github.com/yanick/jsonschematic/) - Svelte-based schema viewer. Runs as a local web app. Supports draft-7. - - [docson](https://github.com/lbovet/docson) - Javascript-based schema viewer. Runs as a local web app. Supports draft-4. - - [json-schema-for-humans](https://pypi.org/project/json-schema-for-humans/) - Generate HTML representation of a schema. Python-based. Supports draft-7. Schema Repositories From a6b8c88e50f52e54e2c78db2959a9ed2df1087f9 Mon Sep 17 00:00:00 2001 From: Gertjan De Wilde Date: Fri, 12 Feb 2021 02:24:37 +0100 Subject: [PATCH 7/7] Add Open Collective link --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index c7128a8b..99bc24ea 100644 --- a/index.md +++ b/index.md @@ -93,3 +93,4 @@ Questions? Feeling helpful? Get involved on: * [GitHub](http://github.com/json-schema-org/json-schema-spec) * [Google Groups](https://groups.google.com/forum/#!forum/json-schema) * [Slack](https://join.slack.com/t/json-schema/shared_invite/enQtNjc5NTk0MzkzODg5LTVlZGIxNmVhMGY2MWFlYTdiNDQ5NWFiZGUwOThhNmYxZDE0YzA5YjRiOTA5MGY4ZTZlZGZhZDFmYTY4NWM2N2Y) +* [Open Collective](https://opencollective.com/json-schema)