-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcatalog.json
More file actions
29 lines (29 loc) · 808 Bytes
/
catalog.json
File metadata and controls
29 lines (29 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"type": "Catalog",
"stac_version": "1.1.0",
"id": "catalog-001",
"description": "Sample Catalog with Merkle Root",
"stac_extensions": [
"https://stacchain.github.io/merkle-tree/v1.1.1/schema.json"
],
"merkle:object_hash": "abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
"merkle:root": "f1e2d3c4b5a67890abcdef1234567890abcdef1234567890abcdef1234567890",
"merkle:hash_method": {
"function": "sha256",
"fields": [
"*"
],
"ordering": "ascending",
"description": "Computed by including merkle:object_hash values of child objects in ascending order and building the Merkle tree."
},
"links": [
{
"rel": "child",
"href": "collection-123.json"
},
{
"rel": "child",
"href": "collection-456.json"
}
]
}