.coveragerc
.travis.yml
AUTHORS
CONTRIBUTING.rst
ChangeLog
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/operations.rst
docs/pointer.rst
docs/reference.rst
docs/requirements.txt
docs/validators.rst
examples/basic.json
examples/simple.json
examples/test.py
src/json_spec.egg-info/PKG-INFO
src/json_spec.egg-info/SOURCES.txt
src/json_spec.egg-info/dependency_links.txt
src/json_spec.egg-info/entry_points.txt
src/json_spec.egg-info/not-zip-safe
src/json_spec.egg-info/requires.txt
src/json_spec.egg-info/top_level.txt
src/jsonspec/__init__.py
src/jsonspec/driver.py
src/jsonspec/misc/__init__.py
src/jsonspec/misc/schemas/address.json
src/jsonspec/misc/schemas/calendar.json
src/jsonspec/misc/schemas/geo.json
src/jsonspec/misc/schemas/draft-03/card.json
src/jsonspec/misc/schemas/draft-03/hyper-schema.json
src/jsonspec/misc/schemas/draft-03/json-ref.json
src/jsonspec/misc/schemas/draft-03/links.json
src/jsonspec/misc/schemas/draft-03/schema.json
src/jsonspec/misc/schemas/draft-04/hyper-schema.json
src/jsonspec/misc/schemas/draft-04/schema.json
src/jsonspec/operations/__init__.py
src/jsonspec/operations/bases.py
src/jsonspec/operations/exceptions.py
src/jsonspec/pointer/__init__.py
src/jsonspec/pointer/bases.py
src/jsonspec/pointer/exceptions.py
src/jsonspec/reference/__init__.py
src/jsonspec/reference/bases.py
src/jsonspec/reference/exceptions.py
src/jsonspec/reference/providers.py
src/jsonspec/reference/util.py
src/jsonspec/validators/__init__.py
src/jsonspec/validators/bases.py
src/jsonspec/validators/collections.py
src/jsonspec/validators/draft04.py
src/jsonspec/validators/exceptions.py
src/jsonspec/validators/factorize.py
src/jsonspec/validators/util.py
tests/__init__.py
tests/test_draft04.py
tests/test_errors.py
tests/test_operations.py
tests/test_pointer.py
tests/test_provider.py
tests/test_reference.py
tests/test_util.py
tests/test_validators.py
tests/fixtures/first.data1.json
tests/fixtures/first.data2.json
tests/fixtures/first.schema.json
tests/fixtures/five.schema.json
tests/fixtures/four.base.schema.json
tests/fixtures/four.data.json
tests/fixtures/four.entry.schema.json
tests/fixtures/second.data1.json
tests/fixtures/second.schema.json
tests/fixtures/three.data1.json
tests/fixtures/three.data2.json
tests/fixtures/three.schema.json