Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ JSON Schema
Chances are you do not have existing JSON Schema definitions for your JSON data. Theoretically, creating a schema is
simply a matter of creating JSON file per the `JSON Schema specifications <http://tools.ietf.org/html/draft-zyp-json-schema-04>`_.
Realistically, creating a schema definition manually can be tedious and time intensive, depending on the complexity of your
data. Luckily, there is a better way. `GenSON <http://tools.ietf.org/html/draft-zyp-json-schema-04>`_ is a script that
data. Luckily, there is a better way. `GenSON <hhttps://github.com/wolverdude/GenSON>`_ is a script that
will automatically generate JSON Schema from one or more JSON files. The resulting schema definitions may need some tweaking,
but GenSON will save you considerable time and effort.

Expand Down