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 8c7978c commit 36a9b31Copy full SHA for 36a9b31
tests/utils.py
@@ -131,8 +131,8 @@ class SchemaValidator:
131
Catalog: 'catalog-spec/json-schema/catalog.json',
132
Collection: 'collection-spec/json-schema/collection.json',
133
Item: 'item-spec/json-schema/item.json',
134
- LabelItem: 'extensions/label/json-schema/stac-label-item-schema.json',
135
- EOItem: 'extensions/eo/json-schema/stac-extension-eo.json'
+ LabelItem: 'extensions/label/json-schema/label-item.json',
+ EOItem: 'extensions/eo/json-schema/eo-item.json'
136
}
137
138
for c in schemas:
0 commit comments