readme: specify supported version of the JSON schema spec

This commit is contained in:
Simon Ser 2022-10-10 13:16:08 +02:00
parent c28d6655f0
commit 1bfe91634c

View file

@ -2,6 +2,8 @@
A [JSON schema] code generator for Go. A [JSON schema] code generator for Go.
JSON schema draft 2020-12 is supported.
## Usage ## Usage
jsonschemagen -s <schema> -o <output> jsonschemagen -s <schema> -o <output>