.pre-commit-hooks.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
tox.ini
src/check_jsonschema/__init__.py
src/check_jsonschema/__main__.py
src/check_jsonschema/cachedownloader.py
src/check_jsonschema/catalog.py
src/check_jsonschema/checker.py
src/check_jsonschema/identify_filetype.py
src/check_jsonschema/instance_loader.py
src/check_jsonschema/regex_variants.py
src/check_jsonschema/reporter.py
src/check_jsonschema/result.py
src/check_jsonschema/utils.py
src/check_jsonschema.egg-info/PKG-INFO
src/check_jsonschema.egg-info/SOURCES.txt
src/check_jsonschema.egg-info/dependency_links.txt
src/check_jsonschema.egg-info/entry_points.txt
src/check_jsonschema.egg-info/requires.txt
src/check_jsonschema.egg-info/top_level.txt
src/check_jsonschema/builtin_schemas/__init__.py
src/check_jsonschema/builtin_schemas/custom/__init__.py
src/check_jsonschema/builtin_schemas/custom/github-workflows-require-timeout.json
src/check_jsonschema/builtin_schemas/vendor/README.md
src/check_jsonschema/builtin_schemas/vendor/__init__.py
src/check_jsonschema/builtin_schemas/vendor/azure-pipelines.json
src/check_jsonschema/builtin_schemas/vendor/bamboo-spec.json
src/check_jsonschema/builtin_schemas/vendor/bitbucket-pipelines.json
src/check_jsonschema/builtin_schemas/vendor/buildkite.json
src/check_jsonschema/builtin_schemas/vendor/circle-ci.json
src/check_jsonschema/builtin_schemas/vendor/cloudbuild.json
src/check_jsonschema/builtin_schemas/vendor/codecov.json
src/check_jsonschema/builtin_schemas/vendor/compose-spec.json
src/check_jsonschema/builtin_schemas/vendor/dependabot.json
src/check_jsonschema/builtin_schemas/vendor/drone-ci.json
src/check_jsonschema/builtin_schemas/vendor/github-actions.json
src/check_jsonschema/builtin_schemas/vendor/github-issue-config.json
src/check_jsonschema/builtin_schemas/vendor/github-issue-forms.json
src/check_jsonschema/builtin_schemas/vendor/github-workflows.json
src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json
src/check_jsonschema/builtin_schemas/vendor/meltano.json
src/check_jsonschema/builtin_schemas/vendor/mergify.json
src/check_jsonschema/builtin_schemas/vendor/readthedocs.json
src/check_jsonschema/builtin_schemas/vendor/renovate.json
src/check_jsonschema/builtin_schemas/vendor/snapcraft.json
src/check_jsonschema/builtin_schemas/vendor/taskfile.json
src/check_jsonschema/builtin_schemas/vendor/travis.json
src/check_jsonschema/builtin_schemas/vendor/woodpecker-ci.json
src/check_jsonschema/cli/__init__.py
src/check_jsonschema/cli/main_command.py
src/check_jsonschema/cli/param_types.py
src/check_jsonschema/cli/parse_result.py
src/check_jsonschema/cli/warnings.py
src/check_jsonschema/formats/__init__.py
src/check_jsonschema/formats/implementations/__init__.py
src/check_jsonschema/formats/implementations/iso8601_time.py
src/check_jsonschema/formats/implementations/rfc3339.py
src/check_jsonschema/parsers/__init__.py
src/check_jsonschema/parsers/json5.py
src/check_jsonschema/parsers/json_.py
src/check_jsonschema/parsers/toml.py
src/check_jsonschema/parsers/yaml.py
src/check_jsonschema/schema_loader/__init__.py
src/check_jsonschema/schema_loader/errors.py
src/check_jsonschema/schema_loader/main.py
src/check_jsonschema/schema_loader/readers.py
src/check_jsonschema/schema_loader/resolver.py
src/check_jsonschema/transforms/__init__.py
src/check_jsonschema/transforms/azure_pipelines.py
src/check_jsonschema/transforms/base.py
src/check_jsonschema/transforms/gitlab.py
tests/conftest.py
tests/acceptance/conftest.py
tests/acceptance/test_custom_validator_class.py
tests/acceptance/test_example_files.py
tests/acceptance/test_fill_defaults.py
tests/acceptance/test_format_failure.py
tests/acceptance/test_format_regex_opts.py
tests/acceptance/test_gitlab_reference_handling.py
tests/acceptance/test_hook_file_matches.py
tests/acceptance/test_invalid_schema_files.py
tests/acceptance/test_local_relative_ref.py
tests/acceptance/test_malformed_instances.py
tests/acceptance/test_nonjson_instance_files.py
tests/acceptance/test_nonjson_schema_handling.py
tests/acceptance/test_remote_ref_resolution.py
tests/acceptance/test_special_filetypes.py
tests/acceptance/custom_schemas/test_github_workflow_require_explicit_timeout.py
tests/example-files/config_schema.json
tests/example-files/explicit-schema/negative/unicode_pattern/instance.json
tests/example-files/explicit-schema/negative/unicode_pattern/schema.json
tests/example-files/explicit-schema/positive/2020-meta/instance.json
tests/example-files/explicit-schema/positive/2020-meta/schema.json
tests/example-files/explicit-schema/positive/complex-toml/instance.toml
tests/example-files/explicit-schema/positive/complex-toml/schema.json
tests/example-files/explicit-schema/positive/complex-yaml/instance.yaml
tests/example-files/explicit-schema/positive/complex-yaml/schema.json
tests/example-files/explicit-schema/positive/date-format/instance.json
tests/example-files/explicit-schema/positive/date-format/schema.json
tests/example-files/explicit-schema/positive/integer-keys-yaml/instance.yaml
tests/example-files/explicit-schema/positive/integer-keys-yaml/schema.json
tests/example-files/explicit-schema/positive/simple-toml/instance.toml
tests/example-files/explicit-schema/positive/simple-toml/schema.json
tests/example-files/explicit-schema/positive/unicode_pattern/instance.json
tests/example-files/explicit-schema/positive/unicode_pattern/schema.json
tests/example-files/hooks/negative/cloudbuild/empty.yaml
tests/example-files/hooks/negative/drone-ci/unkown-type-pipeline.yml
tests/example-files/hooks/negative/github-workflows/empty.json
tests/example-files/hooks/negative/jsonschema/_config.yaml
tests/example-files/hooks/negative/jsonschema/github-workflow-timeout-minutes-expression.yaml
tests/example-files/hooks/negative/mergify/example-pr-rules.yaml
tests/example-files/hooks/negative/metaschema/2020_invalid_format_value.json
tests/example-files/hooks/negative/metaschema/_config.yaml
tests/example-files/hooks/negative/metaschema/draft7_title_array.json
tests/example-files/hooks/negative/metaschema/draft7_title_array.yaml
tests/example-files/hooks/negative/readthedocs/pyversion-float.yml
tests/example-files/hooks/negative/snapcraft/snapcraft.yaml
tests/example-files/hooks/negative/woodpecker-ci/empty.yaml
tests/example-files/hooks/positive/azure-pipelines/expression-from-lang-server.yaml
tests/example-files/hooks/positive/azure-pipelines/expression-transform.yaml
tests/example-files/hooks/positive/azure-pipelines/marshmallow.yaml
tests/example-files/hooks/positive/azure-pipelines/object-defined-by-expression-map.yaml
tests/example-files/hooks/positive/bitbucket-pipelines/bitbucket-pipelines.yml
tests/example-files/hooks/positive/buildkite/matrix.yml
tests/example-files/hooks/positive/cloudbuild/hello_world.yaml
tests/example-files/hooks/positive/codecov/.codecov.yml
tests/example-files/hooks/positive/codecov/codecov.yml
tests/example-files/hooks/positive/drone-ci/digitalocean-pipeline.yml
tests/example-files/hooks/positive/drone-ci/docker-pipeline.yml
tests/example-files/hooks/positive/drone-ci/exec-pipeline.yaml
tests/example-files/hooks/positive/drone-ci/kubernetes-pipeline.yml
tests/example-files/hooks/positive/drone-ci/macstadium-pipeline.yml
tests/example-files/hooks/positive/drone-ci/ssh-pipeline.yml
tests/example-files/hooks/positive/github-actions/redis-simple.yml
tests/example-files/hooks/positive/github-issue-config/config.yml
tests/example-files/hooks/positive/github-issue-forms/bug.yml
tests/example-files/hooks/positive/github-issue-forms/feature.yml
tests/example-files/hooks/positive/github-issue-forms/task.yaml
tests/example-files/hooks/positive/github-workflows/has-unicode.yaml
tests/example-files/hooks/positive/github-workflows/self-build.yaml
tests/example-files/hooks/positive/gitlab-ci/reference-tag.yaml
tests/example-files/hooks/positive/jsonschema/_config.yaml
tests/example-files/hooks/positive/jsonschema/github-workflow-timeout-minutes-expression.yaml
tests/example-files/hooks/positive/meltano/multiple-plugins.yml
tests/example-files/hooks/positive/mergify/example-pr-rules.yaml
tests/example-files/hooks/positive/metaschema/2020_invalid_format_value.json
tests/example-files/hooks/positive/metaschema/_config.yaml
tests/example-files/hooks/positive/metaschema/almost_empty.yaml
tests/example-files/hooks/positive/metaschema/draft3.json
tests/example-files/hooks/positive/metaschema/draft7.json
tests/example-files/hooks/positive/readthedocs/simple.yaml
tests/example-files/hooks/positive/renovate/starter-config.json
tests/example-files/hooks/positive/renovate/starter-config.json5
tests/example-files/hooks/positive/snapcraft/snapcraft.yaml
tests/example-files/hooks/positive/travis/python-build.yaml
tests/example-files/hooks/positive/woodpecker-ci/pipeline-clone.yaml
tests/unit/test_cachedownloader.py
tests/unit/test_catalog.py
tests/unit/test_gitlab_data_transform.py
tests/unit/test_instance_loader.py
tests/unit/test_lazy_file_handling.py
tests/unit/test_reporters.py
tests/unit/test_schema_loader.py
tests/unit/test_utils.py
tests/unit/cli/test_annotations.py
tests/unit/cli/test_callbacks.py
tests/unit/cli/test_parse.py
tests/unit/formats/test_rfc3339.py
tests/unit/formats/test_time.py