From 04b25c6318ffe20103e3f05569b1717ec4cacdc7 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 25 May 2017 12:15:17 +0200 Subject: [PATCH] update maintainer for Java's `json-schema-validator` The maintainer changed from [fge](https://github.com/fge) to organization [Java JSON Tools](https://github.com/java-json-tools) for Java's [json-schema-validator](https://github.com/java-json-tools/json-schema-validator). --- implementations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/implementations.md b/implementations.md index c341b754..87cccf2f 100644 --- a/implementations.md +++ b/implementations.md @@ -49,7 +49,7 @@ Validators - [Header-only C++ library for JSON Schema validation](https://github.com/tristanpenman/valijson) - *supports only version 4* (BSD-2-Clause) - [Modern C++ JSON schema validator](https://github.com/pboettch/json-schema-validator) - *supports only version 4* based on JSON for Modern C++ (MIT) - Clojure - - [scjsv](https://github.com/metosin/scjsv) - *supports version 4* (wrapper for [fge/json-schema-validator](https://github.com/fge/json-schema-validator)) (Eclipse Public License v1.0) + - [scjsv](https://github.com/metosin/scjsv) - *supports version 4* (wrapper for [java-json-tools/json-schema-validator](https://github.com/java-json-tools/json-schema-validator)) (Eclipse Public License v1.0) - Dart - [json_schema](https://github.com/patefacio/json_schema) *supports version 4* (BSL-1.0) - Erlang @@ -61,7 +61,7 @@ Validators - [aeson-schema](https://github.com/timjb/aeson-schema) (MIT) - [hjsonschema](https://github.com/seagreen/hjsonschema) - *supports version 4* (MIT) - Java - - [json-schema-validator](https://github.com/fge/json-schema-validator) - *supports version 4* (LGPLv3) + - [json-schema-validator](https://github.com/java-json-tools/json-schema-validator) - *supports version 4* (LGPLv3) - [json-schema (implementation based on the org.json API)](https://github.com/everit-org/json-schema) - *supports version 4* (Apache License 2.0) - [json-schema-validator](https://github.com/networknt/json-schema-validator) - *supports version 4* (Apache License 2.0) - JavaScript