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

Commit 8afe030

Browse files
authored
Merge pull request #331 from luposlip/patch-3
Add generator luposlip/json-schema
2 parents 81d081f + 68f2321 commit 8afe030

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
@@ -169,6 +169,8 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
169169
- [saasquatch/json-schema-inferrer](https://github.com/saasquatch/json-schema-inferrer) _draft-07, -06, -04_ (Apache 2.0) - Java library for inferring JSON Schemas from one or multiple JSON samples.
170170
- Scala
171171
- [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
172+
- Clojure
173+
- [luposlip/json-schema](https://github.com/luposlip/json-schema) (Apache 2.0) - infer JSON Schema from Clojure data
172174
- Online (web tool)
173175
- [jsonschema.net](https://www.jsonschema.net/) - generates schemas from example data
174176
- [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)