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

Add json-schema-generator to new javascript schema generator section #111

Merged
merged 3 commits into from
Aug 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ Schema generation
- [JSL](https://github.com/aromanovich/jsl) (BSD) - a Python DSL for defining JSON Schemas
- 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
- JavaScript
- [json-schema-generator] (MIT) - Node.js library usable both as a CLI util and as a Node module
- TypeScript
- [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
- [Typson](https://github.com/lbovet/typson) (Apache 2.0)
Expand Down