Skip to content

Commit 632890f

Browse files
authored
Update collection.json
1 parent 214ee69 commit 632890f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

examples/collection.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"stac_version": "1.0.0",
2+
"stac_version": "1.1.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
54
"https://stac-extensions.github.io/merkle/v1.0.0/schema.json"
65
],
76
"type": "Collection",
8-
"id": "collection",
7+
"id": "collection-123",
98
"title": "A title",
109
"description": "A description",
1110
"license": "Apache-2.0",
@@ -43,14 +42,6 @@
4342
"template:new_field": "test"
4443
}
4544
},
46-
"item_assets": {
47-
"data": {
48-
"roles": [
49-
"data"
50-
],
51-
"template:new_field": "test"
52-
}
53-
},
5445
"summaries": {
5546
"datetime": {
5647
"minimum": "2015-06-23T00:00:00Z",

0 commit comments

Comments
 (0)