.coveragerc
.gitignore
.pre-commit-config.yaml
.travis.yml
CHANGES
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-test.txt
requirements-tox.txt
requirements.txt
setup.cfg
setup.py
tox.ini
example/example.py
example/requirements.txt
marshmallow_jsonschema/__init__.py
marshmallow_jsonschema/base.py
marshmallow_jsonschema/exceptions.py
marshmallow_jsonschema/validation.py
marshmallow_jsonschema.egg-info/PKG-INFO
marshmallow_jsonschema.egg-info/SOURCES.txt
marshmallow_jsonschema.egg-info/dependency_links.txt
marshmallow_jsonschema.egg-info/not-zip-safe
marshmallow_jsonschema.egg-info/requires.txt
marshmallow_jsonschema.egg-info/top_level.txt
marshmallow_jsonschema.egg-info/version.txt
marshmallow_jsonschema/extensions/__init__.py
marshmallow_jsonschema/extensions/react_jsonschema_form.py
tests/__init__.py
tests/test_additional_properties.py
tests/test_dump.py
tests/test_react_extension.py
tests/test_validation.py