.dockerignore
.editorconfig
.lgtm
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MAINTAINERS
MANIFEST.in
README.rst
RELEASE-NOTES.rst
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
doschema/__init__.py
doschema/cli.py
doschema/errors.py
doschema/transform.py
doschema/utils.py
doschema/validation.py
doschema/version.py
doschema.egg-info/PKG-INFO
doschema.egg-info/SOURCES.txt
doschema.egg-info/dependency_links.txt
doschema.egg-info/entry_points.txt
doschema.egg-info/not-zip-safe
doschema.egg-info/requires.txt
doschema.egg-info/top_level.txt
examples/cli_example_ignore_option.py
examples/cli_example_with_option.py
examples/jsonschema_for_repetition.json
examples/jsonschema_ignore_index_option.json
examples/jsonschema_no_repetition.json
examples/jsonschema_other_ref.json
examples/jsonschema_ref.json
examples/jsonschema_repetition.json
examples/jsonschema_with_index_option.json
tests/conftest.py
tests/test_cli.py
tests/test_doschema.py
tests/test_transformation.py
tests/test_validation.py
tests/test_outside/test_outside.json