Skip to content

Commit 4692d8c

Browse files
authored
Merge pull request #196 from planetlabs/extension-bump
Use beta 3 schema for pl extension
2 parents 3174c4d + 017e578 commit 4692d8c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

asset_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func TestAssetExtendedMarshal(t *testing.T) {
124124
}
125125
},
126126
"stac_extensions": [
127-
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.1/schema.json"
127+
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json"
128128
]
129129
}`
130130

extensions/pl/pl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

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

extensions/pl/pl_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func TestItemExtendedMarshal(t *testing.T) {
8383
}
8484
},
8585
"stac_extensions": [
86-
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.1/schema.json"
86+
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json"
8787
]
8888
}`
8989

@@ -157,7 +157,7 @@ func TestItemMarshalGridCell(t *testing.T) {
157157
}
158158
},
159159
"stac_extensions": [
160-
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.1/schema.json"
160+
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json"
161161
]
162162
}`
163163

@@ -196,7 +196,7 @@ func TestItemExtendedUnmarshal(t *testing.T) {
196196
}
197197
},
198198
"stac_extensions": [
199-
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.1/schema.json"
199+
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json"
200200
]
201201
}`)
202202

0 commit comments

Comments
 (0)