From 56f770e0a3b7598093e86f83d23c3e01cb9085f4 Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Tue, 15 Mar 2022 23:09:50 +0000 Subject: [PATCH] Add Go invopop/jsonschema schema generator link --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index a3a2acf5..87078a6f 100644 --- a/implementations.md +++ b/implementations.md @@ -111,6 +111,8 @@ 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 +- Go + - [jsonschema](https://github.com/invopop/jsonschema) - (MIT) - generate schemas from Go structs. Supports Draft 2020-12. - PHP - [Liform](https://github.com/Limenius/liform) (MIT) - generates schemas from Symfony forms - TypeScript