diff --git a/README.rst b/README.rst index 4e0152fb8..9a8877c82 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ jsonschema ========== -|PyPI| |Pythons| |CI| |ReadTheDocs| |Precommit| +|PyPI| |Pythons| |CI| |ReadTheDocs| |Precommit| |Zenodo| .. |PyPI| image:: https://img.shields.io/pypi/v/jsonschema.svg :alt: PyPI version @@ -24,6 +24,9 @@ jsonschema :alt: pre-commit.ci status :target: https://results.pre-commit.ci/latest/github/Julian/jsonschema/main +.. |Zenodo| image:: https://zenodo.org/badge/3072629.svg + :target: https://zenodo.org/badge/latestdoi/3072629 + ``jsonschema`` is an implementation of `JSON Schema `_ for Python.