sphinxcontrib-jsonschema is Sphinx extension to define data structure using JSON Schema
Include this extension in conf.py:
extensions = ['sphinxcontrib.jsonschema']
Write jsonschema
directive into reST file where you want to import schema:
.. jsonschema:: path/to/your.json