1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
=============================
``jsonschema-specifications``
=============================
|PyPI| |Pythons| |CI| |ReadTheDocs|
JSON support files from the `JSON Schema Specifications <https://json-schema.org/specification.html>`_ (metaschemas, vocabularies, etc.), packaged for runtime access from Python as a `referencing-based Schema Registry <https://referencing.readthedocs.io/en/stable/api/#referencing.Registry>`_.
.. |PyPI| image:: https://img.shields.io/pypi/v/jsonschema-specifications.svg
:alt: PyPI version
:target: https://pypi.org/project/jsonschema-specifications/
.. |Pythons| image:: https://img.shields.io/pypi/pyversions/jsonschema-specifications.svg
:alt: Supported Python versions
:target: https://pypi.org/project/jsonschema-specifications/
.. |CI| image:: https://github.com/python-jsonschema/jsonschema-specifications/workflows/CI/badge.svg
:alt: Build status
:target: https://github.com/python-jsonschema/jsonschema-specifications/actions?query=workflow%3ACI
.. |ReadTheDocs| image:: https://readthedocs.org/projects/jsonschema-specifications/badge/?version=stable&style=flat
:alt: ReadTheDocs status
:target: https://jsonschema-specifications.readthedocs.io/en/stable/
|