Skip to content

Commit 3e8f2f5

Browse files
committed
update examples
1 parent ee09acd commit 3e8f2f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/catalog.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"stac_version": "1.1.0",
44
"id": "catalog-001",
55
"description": "Sample Catalog with Merkle Root",
6+
"stac_extensions": [
7+
"https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json"
8+
],
69
"merkle:object_hash": "abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
710
"merkle:root": "f1e2d3c4b5a67890abcdef1234567890abcdef1234567890abcdef1234567890",
811
"merkle:hash_method": {
@@ -22,8 +25,5 @@
2225
"rel": "child",
2326
"href": "collection-456.json"
2427
}
25-
],
26-
"stac_extensions": [
27-
"https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json"
2828
]
2929
}

examples/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.1.0",
33
"stac_extensions": [
4-
"https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json"
4+
"https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json"
55
],
66
"type": "Collection",
77
"id": "collection-123",

examples/item.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.1.0",
33
"stac_extensions": [
4-
"https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json"
4+
"https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json"
55
],
66
"type": "Feature",
77
"id": "item-123",

0 commit comments

Comments
 (0)