From 4068d39667b761cf7269ead68fcc9e2937a8a439 Mon Sep 17 00:00:00 2001 From: AlieksandraK Date: Wed, 10 Jun 2020 15:48:17 +0200 Subject: [PATCH 1/2] Update implementations.md It appeared that qri-io/jsonschema doesn't do code to schema generation (qri-io/jsonschema#32). Replaced it with this one https://github.com/alecthomas/jsonschema in the list of Golang code to schema generation implementations --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index 8b9b502b..d936ea00 100644 --- a/implementations.md +++ b/implementations.md @@ -151,7 +151,7 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e - [Json.NET](https://www.newtonsoft.com/jsonschema) (AGPL-3.0) - generates schemas from .NET types - [NJsonSchema](https://github.com/RSuter/NJsonSchema/) - (Ms-PL) - generates schemas from .NET types, see issue [574](https://github.com/RSuter/NJsonSchema/issues/574) for draft-06+ support progress - Golang - - [qri-io/jsonschema](https://github.com/qri-io/jsonschema)(MIT) - idiomatic go implementation with custom validator support, coding to and from json, rich error returns *supports Draft 7* + - [alecthomas/jsonschema](https://github.com/alecthomas/jsonschema)(MIT) - generates JSON Schemas from Go types through reflection - PHP - [Liform](https://github.com/Limenius/liform) (MIT) - generates schemas from Symfony forms - TypeScript From 8fb1b9acfc67a2b4f065ab82cbb60bbbac1659a9 Mon Sep 17 00:00:00 2001 From: AlieksandraK Date: Thu, 11 Jun 2020 22:11:30 +0200 Subject: [PATCH 2/2] Update implementations.md Removed implementation reference --- implementations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/implementations.md b/implementations.md index d936ea00..b9f1d969 100644 --- a/implementations.md +++ b/implementations.md @@ -150,8 +150,6 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e - .NET - [Json.NET](https://www.newtonsoft.com/jsonschema) (AGPL-3.0) - generates schemas from .NET types - [NJsonSchema](https://github.com/RSuter/NJsonSchema/) - (Ms-PL) - generates schemas from .NET types, see issue [574](https://github.com/RSuter/NJsonSchema/issues/574) for draft-06+ support progress -- Golang - - [alecthomas/jsonschema](https://github.com/alecthomas/jsonschema)(MIT) - generates JSON Schemas from Go types through reflection - PHP - [Liform](https://github.com/Limenius/liform) (MIT) - generates schemas from Symfony forms - TypeScript