Skip to content

Commit 36a9b31

Browse files
committed
change the names of schema json files
1 parent 8c7978c commit 36a9b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ class SchemaValidator:
131131
Catalog: 'catalog-spec/json-schema/catalog.json',
132132
Collection: 'collection-spec/json-schema/collection.json',
133133
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'
134+
LabelItem: 'extensions/label/json-schema/label-item.json',
135+
EOItem: 'extensions/eo/json-schema/eo-item.json'
136136
}
137137

138138
for c in schemas:

0 commit comments

Comments
 (0)