Skip to content

Commit

Permalink
Merge pull request #196 from planetlabs/extension-bump
Browse files Browse the repository at this point in the history
Use beta 3 schema for pl extension
  • Loading branch information
tschaub authored Sep 5, 2024
2 parents 3174c4d + 017e578 commit 4692d8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion asset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func TestAssetExtendedMarshal(t *testing.T) {
}
},
"stac_extensions": [
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.1/schema.json"
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json"
]
}`

Expand Down
2 changes: 1 addition & 1 deletion extensions/pl/pl.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
extensionUri = "https://planetlabs.github.io/stac-extension/v1.0.0-beta.1/schema.json"
extensionUri = "https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json"
extensionPattern = `https://planetlabs.github.io/stac-extension/v1\..*/schema.json`
)

Expand Down
6 changes: 3 additions & 3 deletions extensions/pl/pl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestItemExtendedMarshal(t *testing.T) {
}
},
"stac_extensions": [
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.1/schema.json"
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json"
]
}`

Expand Down Expand Up @@ -157,7 +157,7 @@ func TestItemMarshalGridCell(t *testing.T) {
}
},
"stac_extensions": [
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.1/schema.json"
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json"
]
}`

Expand Down Expand Up @@ -196,7 +196,7 @@ func TestItemExtendedUnmarshal(t *testing.T) {
}
},
"stac_extensions": [
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.1/schema.json"
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json"
]
}`)

Expand Down

0 comments on commit 4692d8c

Please sign in to comment.