LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/api/exceptions.rst
docs/api/index.rst
docs/api/schema.rst
docs/api/testing/checks.rst
docs/api/testing/filesystem.rst
docs/api/testing/index.rst
docs/api/testing/util.rst
jscc/__init__.py
jscc/exceptions.py
jscc/schema.py
jscc.egg-info/PKG-INFO
jscc.egg-info/SOURCES.txt
jscc.egg-info/dependency_links.txt
jscc.egg-info/requires.txt
jscc.egg-info/top_level.txt
jscc/testing/__init__.py
jscc/testing/checks.py
jscc/testing/filesystem.py
jscc/testing/util.py
tests/__init__.py
tests/conftest.py
tests/test_checks.py
tests/test_schema.py
tests/test_util.py
tests/cassettes/test_http_get_error.yaml
tests/cassettes/test_http_head_error.yaml
tests/fixtures/codelist.csv
tests/fixtures/data.csv
tests/fixtures/meta-schema.json
tests/fixtures/patch.json
tests/fixtures/schema.json
tests/fixtures/csv/empty.csv
tests/fixtures/csv/valid.csv
tests/fixtures/empty/__init__.py
tests/fixtures/empty/empty-array.json
tests/fixtures/empty/empty-object.json
tests/fixtures/empty/empty-string.json
tests/fixtures/empty/false.json
tests/fixtures/empty/invalid.json
tests/fixtures/empty/null.json
tests/fixtures/empty/whitespace.json
tests/fixtures/empty/whitespace.txt
tests/fixtures/empty/zero-float.json
tests/fixtures/empty/zero-int.json
tests/fixtures/empty/htmlcov/empty.txt
tests/fixtures/indent/ascii.json
tests/fixtures/indent/compact.json
tests/fixtures/indent/indented.json
tests/fixtures/indent/invalid.json
tests/fixtures/indent/no-newline.json
tests/fixtures/json/duplicate-key.json
tests/fixtures/json/invalid.json
tests/fixtures/json/valid.json
tests/fixtures/schema/array_items.json
tests/fixtures/schema/codelist_enum.json
tests/fixtures/schema/deep_properties.json
tests/fixtures/schema/items_type.json
tests/fixtures/schema/letter_case.json
tests/fixtures/schema/merge_properties.json
tests/fixtures/schema/metadata_presence.json
tests/fixtures/schema/null_type.json
tests/fixtures/schema/object_id.json
tests/fixtures/schema/ref.json
tests/fixtures/schema/schema.json
tests/fixtures/schema/build/ignore.json
tests/fixtures/schema/codelists/+nonexistent.csv
tests/fixtures/schema/codelists/extra.csv
tests/fixtures/schema/codelists/failClosedArray.csv
tests/fixtures/schema/codelists/failClosedString.csv
tests/fixtures/schema/codelists/test.csv