sphinxcontrib-jsonschema

Sphinx extension to define data structure using JSON Schema


License
BSD-3-Clause
Install
pip install sphinxcontrib-jsonschema==0.9.3

Documentation

sphinxcontrib-jsonschema

sphinxcontrib-jsonschema is Sphinx extension to define data structure using JSON Schema

Usage

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