We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599b6e5 commit f69b754Copy full SHA for f69b754
tests/test_lint.py
@@ -126,13 +126,13 @@ def test_linter_collection_recursive():
126
assert linter.recursive == True
127
assert linter.validate_all[0] == {
128
"version": "1.0.0",
129
- "path": "sample_files/1.0.0/catalog-with-bad-item.json",
+ "path": "sample_files/1.0.0/./bad-item.json",
130
"schema": [
131
- "https://schemas.stacspec.org/v1.0.0/catalog-spec/json-schema/catalog.json"
+ "https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json"
132
],
133
- "valid_stac": True,
134
- "asset_type": "CATALOG",
135
- "validation_method": "recursive",
+ "valid_stac": False,
+ "error_message": "'id' is a required property",
+ "error_type": "JSONSchemaValidationError",
136
}
137
138
0 commit comments