readme: add link to JSON schema website

This commit is contained in:
Simon Ser 2022-10-07 12:30:45 +02:00
parent 253c170dbe
commit c28d6655f0

View file

@ -1,6 +1,6 @@
# go-jsonschema # go-jsonschema
A JSON schema code generator for Go. A [JSON schema] code generator for Go.
## Usage ## Usage
@ -18,3 +18,5 @@ One Go type per definition will be generated.
## License ## License
MIT MIT
[JSON schema]: https://json-schema.org/