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

Commit 56f770e

Browse files
committed
Add Go invopop/jsonschema schema generator link
1 parent 9e8bb22 commit 56f770e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

implementations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
111111
- .NET
112112
- [Json.NET](https://www.newtonsoft.com/jsonschema) (AGPL-3.0) - generates schemas from .NET types
113113
- [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
114+
- Go
115+
- [jsonschema](https://github.com/invopop/jsonschema) - (MIT) - generate schemas from Go structs. Supports Draft 2020-12.
114116
- PHP
115117
- [Liform](https://github.com/Limenius/liform) (MIT) - generates schemas from Symfony forms
116118
- TypeScript

0 commit comments

Comments
 (0)