tk0miya / sphinxcontrib-jsonschema

Other
2 stars 2 forks source link

sphinxcontrib-jsonschema

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

.. _JSON Schema: http://json-schema.org/

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