LICENSE.txt
MANIFEST.in
README.ja.utf8.txt
README.txt
ez_setup.py
setup.cfg
setup.py
docs/jsonschema.html
examples/data.js
examples/sample_override.py
examples/schema.js
jsonschema/__init__.py
jsonschema/validator.py
jsonschema.egg-info/PKG-INFO
jsonschema.egg-info/SOURCES.txt
jsonschema.egg-info/dependency_links.txt
jsonschema.egg-info/top_level.txt
jsonschema.egg-info/zip-safe
jsonschema/tests/__init__.py
jsonschema/tests/test_additionalProperties.py
jsonschema/tests/test_default.py
jsonschema/tests/test_description.py
jsonschema/tests/test_disallow.py
jsonschema/tests/test_enum.py
jsonschema/tests/test_items.py
jsonschema/tests/test_maxDecimal.py
jsonschema/tests/test_maxItems.py
jsonschema/tests/test_maxLength.py
jsonschema/tests/test_maximum.py
jsonschema/tests/test_minItems.py
jsonschema/tests/test_minLength.py
jsonschema/tests/test_minimum.py
jsonschema/tests/test_optional.py
jsonschema/tests/test_pattern.py
jsonschema/tests/test_properties.py
jsonschema/tests/test_requires.py
jsonschema/tests/test_title.py
jsonschema/tests/test_type.py