Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 403 Bytes

README.rst

File metadata and controls

17 lines (10 loc) · 403 Bytes

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