LICENSE
MANIFEST.in
README-extensions.md
README.md
jsonValidate.py
pyproject.toml
requirements.txt
setup.py
extended_json_schema_validator/__init__.py
extended_json_schema_validator/__main__.py
extended_json_schema_validator/draw_schemas.py
extended_json_schema_validator/extend_validator_helpers.py
extended_json_schema_validator/extensible_validator.py
extended_json_schema_validator/py.typed
extended_json_schema_validator.egg-info/PKG-INFO
extended_json_schema_validator.egg-info/SOURCES.txt
extended_json_schema_validator.egg-info/dependency_links.txt
extended_json_schema_validator.egg-info/entry_points.txt
extended_json_schema_validator.egg-info/requires.txt
extended_json_schema_validator.egg-info/top_level.txt
extended_json_schema_validator/extensions/__init__.py
extended_json_schema_validator/extensions/abstract_check.py
extended_json_schema_validator/extensions/fk_check.py
extended_json_schema_validator/extensions/pk_check.py
extended_json_schema_validator/extensions/unique_check.py
test-data/compound_pk/compound_pk_schema.json
test-data/compound_pk/compound_pk_schema_2.json
test-data/compound_pk/bad_validation/cinco.json
test-data/compound_pk/bad_validation/cuatro.json
test-data/compound_pk/bad_validation/dos.json
test-data/compound_pk/bad_validation/tres.json
test-data/compound_pk/bad_validation/trestres.json
test-data/compound_pk/bad_validation/uno.json
test-data/compound_pk/good_validation/dos.json
test-data/compound_pk/good_validation/tres.json
test-data/compound_pk/good_validation/uno.json
test-data/compound_unique/compound_unique_schema.json
test-data/compound_unique/bad_validation/cinco.json
test-data/compound_unique/bad_validation/cuatro.json
test-data/compound_unique/bad_validation/dos.json
test-data/compound_unique/bad_validation/tres.json
test-data/compound_unique/bad_validation/trestres.json
test-data/compound_unique/bad_validation/uno.json
test-data/compound_unique/good_validation/dos.json
test-data/compound_unique/good_validation/tres.json
test-data/compound_unique/good_validation/uno.json
test-data/foreign_key_example/bad_validation/cinco.json
test-data/foreign_key_example/bad_validation/cuatro.json
test-data/foreign_key_example/bad_validation/dos.json
test-data/foreign_key_example/bad_validation/ref_dos_bad_2.json
test-data/foreign_key_example/bad_validation/ref_dos_bad_20.json
test-data/foreign_key_example/bad_validation/ref_siete.json
test-data/foreign_key_example/bad_validation/ref_tres.json
test-data/foreign_key_example/bad_validation/ref_uno.json
test-data/foreign_key_example/bad_validation/tres.json
test-data/foreign_key_example/bad_validation/trestres.json
test-data/foreign_key_example/bad_validation/uno.json
test-data/foreign_key_example/good_validation/dos.json
test-data/foreign_key_example/good_validation/ref_tres.json
test-data/foreign_key_example/good_validation/ref_uno.json
test-data/foreign_key_example/good_validation/tres.json
test-data/foreign_key_example/good_validation/uno.json
test-data/foreign_key_example/schemas/compound_pk_schema.json
test-data/foreign_key_example/schemas/foreign_key_schema.json
test-data/multiple_unique/multiple_unique_schema.json
test-data/multiple_unique/bad_validation/cinco.json
test-data/multiple_unique/bad_validation/cuatro.json
test-data/multiple_unique/bad_validation/dos.json
test-data/multiple_unique/bad_validation/tres.json
test-data/multiple_unique/bad_validation/trestres.json
test-data/multiple_unique/bad_validation/uno.json
test-data/multiple_unique/good_validation/dos.json
test-data/multiple_unique/good_validation/tres.json
test-data/multiple_unique/good_validation/uno.json
test-data/unique_simple/unique_schema.json
test-data/unique_simple/unique_schema_wrong.json
test-data/unique_simple/bad_validation/cinco.json
test-data/unique_simple/bad_validation/cuatro.json
test-data/unique_simple/bad_validation/dos.json
test-data/unique_simple/bad_validation/tres.json
test-data/unique_simple/bad_validation/uno.json
test-data/unique_simple/good_validation/dos.json
test-data/unique_simple/good_validation/tres.json
test-data/unique_simple/good_validation/uno.json