/jsonschema-tools

Tools for merging and dereferencing JSON Schema

Primary LanguagePythonApache License 2.0Apache-2.0

jsonschema-tools

This is a pair of programs for manipulating JSON Schema files.

jsonschema-merge-dicts takes one or more JSON Schema files and makes them one.

jsconschema-deref finds $ref tags anywhere in the schema, replaces them with the types to which they refer and then removes anything outside the root that is unreferenced.

Run either program with the --help switch for invocation and options.