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

Commit 4068d39

Browse files
committed
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
1 parent d15db21 commit 4068d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
151151
- [Json.NET](https://www.newtonsoft.com/jsonschema) (AGPL-3.0) - generates schemas from .NET types
152152
- [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
153153
- Golang
154-
- [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*
154+
- [alecthomas/jsonschema](https://github.com/alecthomas/jsonschema)(MIT) - generates JSON Schemas from Go types through reflection
155155
- PHP
156156
- [Liform](https://github.com/Limenius/liform) (MIT) - generates schemas from Symfony forms
157157
- TypeScript

0 commit comments

Comments
 (0)