Metadata-Version: 2.4
Name: invenio-jsonschemas
Version: 2.1.1
Summary: Invenio module for building and serving JSONSchemas.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-jsonschemas
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio,json,jsonschema,schema
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: invenio-base<3.0.0,>=2.3.0
Requires-Dist: jsonref>=0.1
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: jsonresolver[jsonschema]>=0.2.1; extra == 'tests'
Requires-Dist: mock>=1.3.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2015-2018 CERN.
    SPDX-License-Identifier: MIT

=====================
 Invenio-JSONSchemas
=====================

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-jsonschemas.svg
        :target: https://github.com/inveniosoftware/invenio-jsonschemas/blob/master/LICENSE

.. image:: https://github.com/inveniosoftware/invenio-jsonschemas/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-jsonschemas/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-jsonschemas.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-jsonschemas

.. image:: https://img.shields.io/pypi/v/invenio-jsonschemas.svg
        :target: https://pypi.org/pypi/invenio-jsonschemas

Invenio module for building and serving JSONSchemas.

Further documentation is available on
https://invenio-jsonschemas.readthedocs.io/
