From 67c658424d3179cb7b902c5c520f7e38cc9917ee Mon Sep 17 00:00:00 2001 From: Sam Weaver Date: Wed, 1 Jun 2022 14:59:55 -0400 Subject: [PATCH] Add a link to `json-schema-faker` in the implementations page This JS library seems to be widely used, with over 2.8k stars on GitHub. --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index 785552b2..bad29057 100644 --- a/implementations.md +++ b/implementations.md @@ -208,6 +208,8 @@ Various levels of support for UI generation primarily from the validation vocabu - [hypothesis-jsonschema](https://github.com/Zac-HD/hypothesis-jsonschema) (MPL) *draft-07, -06, -04*; takes any schema, even with complex and interacting constraints, and returns a [Hypothesis](https://hypothesis.works/) strategy which can generate valid documents for testing. - Java - [jsongenerator](https://github.com/jimblackler/jsongenerator) *JSON Schema 2019-09, draft-07, -06, -04, -03* (Apache-2.0) +- Javascript / Node.js + - [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker) (MIT) Utilities ---------