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/index_check.py
extended_json_schema_validator/extensions/join_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/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/fk_simple_example/bad_validation/cinco.json
test-data/fk_simple_example/bad_validation/cuatro.json
test-data/fk_simple_example/bad_validation/dos.json
test-data/fk_simple_example/bad_validation/ref_dos_bad_2.json
test-data/fk_simple_example/bad_validation/ref_dos_bad_20.json
test-data/fk_simple_example/bad_validation/ref_siete.json
test-data/fk_simple_example/bad_validation/ref_tres.json
test-data/fk_simple_example/bad_validation/ref_uno.json
test-data/fk_simple_example/bad_validation/tres.json
test-data/fk_simple_example/bad_validation/trestres.json
test-data/fk_simple_example/bad_validation/uno.json
test-data/fk_simple_example/bad_validation_2/cuatro.json
test-data/fk_simple_example/bad_validation_2/dos.json
test-data/fk_simple_example/bad_validation_2/ref_cuatro.json
test-data/fk_simple_example/bad_validation_2/ref_tres.json
test-data/fk_simple_example/bad_validation_2/ref_uno.json
test-data/fk_simple_example/bad_validation_2/tres.json
test-data/fk_simple_example/bad_validation_2/uno.json
test-data/fk_simple_example/good_validation/dos.json
test-data/fk_simple_example/good_validation/ref_tres.json
test-data/fk_simple_example/good_validation/ref_uno.json
test-data/fk_simple_example/good_validation/tres.json
test-data/fk_simple_example/good_validation/uno.json
test-data/fk_simple_example/schemas/simple_fk_schema.json
test-data/fk_simple_example/schemas/simple_pk_schema.json
test-data/fk_to_named_pk/bad_validation/named_cinco.json
test-data/fk_to_named_pk/bad_validation/named_cuatro.json
test-data/fk_to_named_pk/bad_validation/named_dos.json
test-data/fk_to_named_pk/bad_validation/named_tres.json
test-data/fk_to_named_pk/bad_validation/named_trestres.json
test-data/fk_to_named_pk/bad_validation/named_uno.json
test-data/fk_to_named_pk/bad_validation/ref_named_dos_bad_2.json
test-data/fk_to_named_pk/bad_validation/ref_named_dos_bad_20.json
test-data/fk_to_named_pk/bad_validation/ref_named_siete.json
test-data/fk_to_named_pk/bad_validation/ref_named_tres.json
test-data/fk_to_named_pk/bad_validation/ref_named_uno.json
test-data/fk_to_named_pk/good_validation/named_dos.json
test-data/fk_to_named_pk/good_validation/named_tres.json
test-data/fk_to_named_pk/good_validation/named_uno.json
test-data/fk_to_named_pk/good_validation/ref_named_tres.json
test-data/fk_to_named_pk/good_validation/ref_named_uno.json
test-data/fk_to_named_pk/schemas/fk_to_named_pk_schema.json
test-data/fk_to_named_pk/schemas/named_pk_schema.json
test-data/fk_with_inline/bad_validation/ref_dos_bad_2.json
test-data/fk_with_inline/bad_validation/ref_dos_bad_20.json
test-data/fk_with_inline/bad_validation/ref_siete.json
test-data/fk_with_inline/bad_validation/ref_tres.json
test-data/fk_with_inline/bad_validation/ref_uno.json
test-data/fk_with_inline/good_validation/ref_tres.json
test-data/fk_with_inline/good_validation/ref_uno.json
test-data/fk_with_inline/schemas/compound_pk_schema.json
test-data/fk_with_inline/schemas/foreign_key_schema.json
test-data/fk_with_inline_simple/bad_validation/ref_dos_bad_2.json
test-data/fk_with_inline_simple/bad_validation/ref_dos_bad_20.json
test-data/fk_with_inline_simple/bad_validation/ref_siete.json
test-data/fk_with_inline_simple/bad_validation/ref_tres.json
test-data/fk_with_inline_simple/bad_validation/ref_uno.json
test-data/fk_with_inline_simple/good_validation/ref_tres.json
test-data/fk_with_inline_simple/good_validation/ref_uno.json
test-data/fk_with_inline_simple/schemas/simple_fk_schema.json
test-data/fk_with_inline_simple/schemas/simple_pk_schema.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/named_pk/named_pk_schema.json
test-data/named_pk/good_validation/named_dos.json
test-data/named_pk/good_validation/named_tres.json
test-data/named_pk/good_validation/named_uno.json
test-data/named_unique/anonymous_named_unique_schema.json
test-data/named_unique/duplicated_named_unique_schema.json
test-data/named_unique/named_unique_schema.json
test-data/named_unique/bad_validation/cinco.json
test-data/named_unique/bad_validation/cuatro.json
test-data/named_unique/bad_validation/dos.json
test-data/named_unique/bad_validation/tres.json
test-data/named_unique/bad_validation/trestres.json
test-data/named_unique/bad_validation/uno.json
test-data/named_unique/good_validation/dos.json
test-data/named_unique/good_validation/tres.json
test-data/named_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