File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ func TestAssetExtendedMarshal(t *testing.T) {
124
124
}
125
125
},
126
126
"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"
128
128
]
129
129
}`
130
130
Original file line number Diff line number Diff line change 7
7
)
8
8
9
9
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"
11
11
extensionPattern = `https://planetlabs.github.io/stac-extension/v1\..*/schema.json`
12
12
)
13
13
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ func TestItemExtendedMarshal(t *testing.T) {
83
83
}
84
84
},
85
85
"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"
87
87
]
88
88
}`
89
89
@@ -157,7 +157,7 @@ func TestItemMarshalGridCell(t *testing.T) {
157
157
}
158
158
},
159
159
"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"
161
161
]
162
162
}`
163
163
@@ -196,7 +196,7 @@ func TestItemExtendedUnmarshal(t *testing.T) {
196
196
}
197
197
},
198
198
"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"
200
200
]
201
201
}` )
202
202
You can’t perform that action at this time.
0 commit comments