We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214ee69 commit 632890fCopy full SHA for 632890f
examples/collection.json
@@ -1,11 +1,10 @@
1
{
2
- "stac_version": "1.0.0",
+ "stac_version": "1.1.0",
3
"stac_extensions": [
4
- "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
5
"https://stac-extensions.github.io/merkle/v1.0.0/schema.json"
6
],
7
"type": "Collection",
8
- "id": "collection",
+ "id": "collection-123",
9
"title": "A title",
10
"description": "A description",
11
"license": "Apache-2.0",
@@ -43,14 +42,6 @@
43
42
"template:new_field": "test"
44
}
45
},
46
- "item_assets": {
47
- "data": {
48
- "roles": [
49
- "data"
50
- ],
51
- "template:new_field": "test"
52
- }
53
- },
54
"summaries": {
55
"datetime": {
56
"minimum": "2015-06-23T00:00:00Z",
0 commit comments