From 68f2321c2901db8a0138fbefe5d27e35ee06d756 Mon Sep 17 00:00:00 2001 From: Henrik Mohr Date: Thu, 23 Apr 2020 14:28:53 +0200 Subject: [PATCH] Add generator luposlip/json-schema Clojure library that infers JSON Schemas based on (Clojure) data, and validates data based on them as well. --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index 8b9b502b..f52a41d3 100644 --- a/implementations.md +++ b/implementations.md @@ -167,6 +167,8 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e - Scala - [Schema Guru](https://github.com/snowplow/schema-guru) (Apache 2.0) - CLI util, Spark Job and Web UI for deriving JSON Schemas out of corpus of JSON instances; see issue [178](https://github.com/snowplow/schema-guru/issues/178) for progress towards draft-06+ support +- Clojure + - [luposlip/json-schema](https://github.com/luposlip/json-schema) (Apache 2.0) - infer JSON Schema from Clojure data - Online (web tool) - [jsonschema.net](https://www.jsonschema.net/) - generates schemas from example data - [quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema