From 44dcd53056fb6e5e376ff5bee876fe6eb8571ce4 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Thu, 18 Nov 2021 14:45:20 -0500 Subject: [PATCH 1/2] Add networknt/json-schema-validator to validator-libraries-modern.yml --- _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 7412aa37..03c43399 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -103,6 +103,12 @@ notes: includes custom validator support, rich error returns - name: Java implementations: + - name: networknt/json-schema-validator + url: https://github.com/networknt/json-schema-validator + notes: Uses the Jackson to parse the JSON. Claims to be the fastest JSON Schema Validator. + date-draft: [2019-09] + draft: [4, 6, 7] + license: Apache License, Version 2.0 - name: Snow url: https://github.com/ssilverman/snowy-json notes: Uses Maven for the project and Gson under the hood. From 22c6137f23bb17a24209aaf738dae5f092ab8a21 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Thu, 16 Dec 2021 11:27:07 +0000 Subject: [PATCH 2/2] Updated draft support for existing listing of networknt lib --- _data/validator-libraries-modern.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index 03c43399..f5ef02a0 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -103,12 +103,6 @@ notes: includes custom validator support, rich error returns - name: Java implementations: - - name: networknt/json-schema-validator - url: https://github.com/networknt/json-schema-validator - notes: Uses the Jackson to parse the JSON. Claims to be the fastest JSON Schema Validator. - date-draft: [2019-09] - draft: [4, 6, 7] - license: Apache License, Version 2.0 - name: Snow url: https://github.com/ssilverman/snowy-json notes: Uses Maven for the project and Gson under the hood. @@ -137,7 +131,7 @@ - name: networknt/json-schema-validator url: https://github.com/networknt/json-schema-validator notes: Support OpenAPI 3.0 with Jackson parser - date-draft: + date-draft: [2019-09] draft: [7, 6, 4] license: Apache License 2.0 - name: jsonschemafriend