LICENSE
README.md
pyproject.toml
src/ghga_validator/__init__.py
src/ghga_validator/__main__.py
src/ghga_validator/cli.py
src/ghga_validator/schema_utils.py
src/ghga_validator/utils.py
src/ghga_validator.egg-info/PKG-INFO
src/ghga_validator.egg-info/SOURCES.txt
src/ghga_validator.egg-info/dependency_links.txt
src/ghga_validator.egg-info/entry_points.txt
src/ghga_validator.egg-info/requires.txt
src/ghga_validator.egg-info/top_level.txt
src/ghga_validator/core/__init__.py
src/ghga_validator/core/models.py
src/ghga_validator/core/validator.py
src/ghga_validator/linkml/__init__.py
src/ghga_validator/linkml/object_iterator.py
src/ghga_validator/plugins/base_plugin.py
src/ghga_validator/plugins/jsonschema_validation.py
src/ghga_validator/plugins/ref_validation.py
src/ghga_validator/plugins/unique_identifier_validation.py
src/ghga_validator/plugins/utils.py
tests/test_validate.py
tests/test_validate_attribute.py
tests/test_validate_empty.py
tests/test_validate_empty_required.py
tests/test_validate_json_schema.py
tests/test_validate_ref.py
tests/test_validate_unique_id.py