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

Commit dea62dc

Browse files
authored
Merge pull request #439 from samlown/add-go-invopop-jsonschema
Add Go invopop/jsonschema schema generator link
2 parents 656b3b4 + 56f770e commit dea62dc

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)