From a2d8279fb77fc7dbc598a67d3be5392f607aed3c Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Thu, 24 Aug 2017 16:11:38 -0500 Subject: [PATCH] Add url for json-schema-generator (Schema generation/JavaScript) --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index a0e3d6f1..c2539447 100644 --- a/implementations.md +++ b/implementations.md @@ -128,7 +128,7 @@ Schema generation - 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 + - [json-schema-generator](https://github.com/krg7880/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)