.coveragerc
.gitmodules
.travis.yml
AUTHORS
CONTRIBUTING.rst
ChangeLog
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements-py27.txt
requirements-py32.txt
requirements-pypy.txt
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/PKG-INFO 2
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/pointer/stages.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/draft04.py
src/jsonspec/validators/exceptions.py
src/jsonspec/validators/factorize.py
src/jsonspec/validators/formats.py
src/jsonspec/validators/util.py
tests/__init__.py
tests/conftest.py
tests/suite
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/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
tests/suite/.git
tests/suite/.gitignore
tests/suite/.travis.yml
tests/suite/LICENSE
tests/suite/README.md
tests/suite/bin/jsonschema_suite
tests/suite/remotes/integer.json
tests/suite/remotes/subSchemas.json
tests/suite/remotes/folder/folderInteger.json
tests/suite/tests/draft3/additionalItems.json
tests/suite/tests/draft3/additionalProperties.json
tests/suite/tests/draft3/dependencies.json
tests/suite/tests/draft3/disallow.json
tests/suite/tests/draft3/divisibleBy.json
tests/suite/tests/draft3/enum.json
tests/suite/tests/draft3/extends.json
tests/suite/tests/draft3/items.json
tests/suite/tests/draft3/maxItems.json
tests/suite/tests/draft3/maxLength.json
tests/suite/tests/draft3/maximum.json
tests/suite/tests/draft3/minItems.json
tests/suite/tests/draft3/minLength.json
tests/suite/tests/draft3/minimum.json
tests/suite/tests/draft3/pattern.json
tests/suite/tests/draft3/patternProperties.json
tests/suite/tests/draft3/properties.json
tests/suite/tests/draft3/ref.json
tests/suite/tests/draft3/refRemote.json
tests/suite/tests/draft3/required.json
tests/suite/tests/draft3/type.json
tests/suite/tests/draft3/uniqueItems.json
tests/suite/tests/draft3/optional/bignum.json
tests/suite/tests/draft3/optional/format.json
tests/suite/tests/draft3/optional/jsregex.json
tests/suite/tests/draft3/optional/zeroTerminatedFloats.json
tests/suite/tests/draft4/additionalItems.json
tests/suite/tests/draft4/additionalProperties.json
tests/suite/tests/draft4/allOf.json
tests/suite/tests/draft4/anyOf.json
tests/suite/tests/draft4/definitions.json
tests/suite/tests/draft4/dependencies.json
tests/suite/tests/draft4/enum.json
tests/suite/tests/draft4/items.json
tests/suite/tests/draft4/maxItems.json
tests/suite/tests/draft4/maxLength.json
tests/suite/tests/draft4/maxProperties.json
tests/suite/tests/draft4/maximum.json
tests/suite/tests/draft4/minItems.json
tests/suite/tests/draft4/minLength.json
tests/suite/tests/draft4/minProperties.json
tests/suite/tests/draft4/minimum.json
tests/suite/tests/draft4/multipleOf.json
tests/suite/tests/draft4/not.json
tests/suite/tests/draft4/oneOf.json
tests/suite/tests/draft4/pattern.json
tests/suite/tests/draft4/patternProperties.json
tests/suite/tests/draft4/properties.json
tests/suite/tests/draft4/ref.json
tests/suite/tests/draft4/refRemote.json
tests/suite/tests/draft4/required.json
tests/suite/tests/draft4/type.json
tests/suite/tests/draft4/uniqueItems.json
tests/suite/tests/draft4/optional/bignum.json
tests/suite/tests/draft4/optional/format.json
tests/suite/tests/draft4/optional/zeroTerminatedFloats.json