From 289a2e259745cc5854618f41e70fe25e06d61586 Mon Sep 17 00:00:00 2001 From: Francesco Guardiani Date: Tue, 7 Jul 2020 15:41:48 +0200 Subject: [PATCH 1/3] 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/3] 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/3] 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: