Skip to content

Commit 04c1ca3

Browse files
authored
Update schema.json after org swap
1 parent 17a3944 commit 04c1ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: json-schema/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json#",
3+
"$id": "https://stacchain.github.io/merkle-tree/v1.0.0-beta.2/schema.json#",
44
"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": [
@@ -113,7 +113,7 @@
113113
"stac_extensions": {
114114
"type": "array",
115115
"contains": {
116-
"const": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json"
116+
"const": "https://stacchain.github.io/merkle-tree/v1.0.0-beta.2/schema.json"
117117
}
118118
}
119119
}

0 commit comments

Comments
 (0)