Skip to content

Commit

Permalink
Update schema.json after org swap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 authored Nov 5, 2024
1 parent 17a3944 commit 04c1ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json#",
"$id": "https://stacchain.github.io/merkle-tree/v1.0.0-beta.2/schema.json#",
"title": "Merkle Tree Root Extension",
"description": "An extension to ensure metadata integrity for STAC Items, Collections, and Catalogs by encoding them in a Merkle tree via hashing.",
"oneOf": [
Expand Down Expand Up @@ -113,7 +113,7 @@
"stac_extensions": {
"type": "array",
"contains": {
"const": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json"
"const": "https://stacchain.github.io/merkle-tree/v1.0.0-beta.2/schema.json"
}
}
}
Expand Down

0 comments on commit 04c1ca3

Please sign in to comment.