Skip to content

Commit b5c2fba

Browse files
committed
update schema with new url
1 parent ecdaebf commit b5c2fba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

json-schema/schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Healy-Hyperspatial/merkle-tree-stac-extension/refs/heads/main/json-schema/schema.json#",
4-
"title": "Merkle Root Extension",
3+
"$id": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json#",
4+
"title": "Merkle Tree Root Extension",
55
"description": "An extension to ensure metadata integrity for STAC Items, Collections, and Catalogs by encoding them in a Merkle tree via hashing.",
66
"oneOf": [
77
{
@@ -113,7 +113,7 @@
113113
"stac_extensions": {
114114
"type": "array",
115115
"contains": {
116-
"const": "https://raw.githubusercontent.com/Healy-Hyperspatial/merkle-tree-stac-extension/refs/heads/main/json-schema/schema.json"
116+
"const": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json"
117117
}
118118
}
119119
}

0 commit comments

Comments
 (0)