From 52babefda0ed7c243a647753f971e6bc12aedabe Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Thu, 28 May 2020 02:17:54 -0700 Subject: [PATCH 1/2] Add Snow validator to Java section --- _data/validator-libraries-modern.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index dabbb891..48ae29af 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -95,6 +95,12 @@ date-draft: draft: [7, 6, 4] license: Apache License 2.0 + - name: Snow + url: https://github.com/ssilverman/snowy-json + notes: Uses Maven for the project, and Gson and Guava under the hood. + date-draft: [2019-09] + draft: [7, 6] + license: GNU Affero General Public License v3.0 - name: Kotlin implementations: - name: Medeia-validator From 58e00c02713a6b1a5c469a6189a99b94b594e742 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Thu, 28 May 2020 22:38:57 +0100 Subject: [PATCH 2/2] Bop. Given 2019-09 support, lets put it at the top --- _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 48ae29af..a7b2c2b6 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -77,6 +77,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 and Guava 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: @@ -95,12 +101,6 @@ date-draft: draft: [7, 6, 4] license: Apache License 2.0 - - name: Snow - url: https://github.com/ssilverman/snowy-json - notes: Uses Maven for the project, and Gson and Guava under the hood. - date-draft: [2019-09] - draft: [7, 6] - license: GNU Affero General Public License v3.0 - name: Kotlin implementations: - name: Medeia-validator