Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 68f2321

Browse files
authored
Add generator luposlip/json-schema
Clojure library that infers JSON Schemas based on (Clojure) data, and validates data based on them as well.
1 parent efe1515 commit 68f2321

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

implementations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
167167

168168
- Scala
169169
- [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
170+
- Clojure
171+
- [luposlip/json-schema](https://github.com/luposlip/json-schema) (Apache 2.0) - infer JSON Schema from Clojure data
170172
- Online (web tool)
171173
- [jsonschema.net](https://www.jsonschema.net/) - generates schemas from example data
172174
- [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

0 commit comments

Comments
 (0)