.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-release.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/examplesapp.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
examples/app-setup.sh
examples/app-teardown.sh
examples/app.py
examples/samplepkg/setup.py
examples/samplepkg/samplepkg/__init__.py
examples/samplepkg/samplepkg/jsonschemas/__init__.py
examples/samplepkg/samplepkg/jsonschemas/record_schema.json
examples/samplepkg/samplepkg/jsonschemas/biology/animal_record_schema.json
invenio_jsonschemas/__init__.py
invenio_jsonschemas/config.py
invenio_jsonschemas/errors.py
invenio_jsonschemas/ext.py
invenio_jsonschemas/jsonresolver.py
invenio_jsonschemas/proxies.py
invenio_jsonschemas/utils.py
invenio_jsonschemas/version.py
invenio_jsonschemas/views.py
invenio_jsonschemas.egg-info/PKG-INFO
invenio_jsonschemas.egg-info/SOURCES.txt
invenio_jsonschemas.egg-info/dependency_links.txt
invenio_jsonschemas.egg-info/entry_points.txt
invenio_jsonschemas.egg-info/not-zip-safe
invenio_jsonschemas.egg-info/requires.txt
invenio_jsonschemas.egg-info/top_level.txt
tests/conftest.py
tests/helpers.py
tests/test_examples_app.py
tests/test_invenio_jsonschemas.py