diff --git a/stac_dist/test_item_dont_merge/test_item_dont_merge.json b/stac_dist/test_item_dont_merge/test_item_dont_merge.json index bfbec469..000e2211 100644 --- a/stac_dist/test_item_dont_merge/test_item_dont_merge.json +++ b/stac_dist/test_item_dont_merge/test_item_dont_merge.json @@ -92,6 +92,13 @@ "type": "application/json", "title": "data-access catalog" }, + { + "example:container": true, + "title": "overview_1", + "description": "Link to the data visualization interactive web map.", + "href": "https://vis.fairicube.eu/=data?https://www.x.com", + "rel": "example" + }, { "example:container": false, "example:language": "Python", @@ -117,7 +124,20 @@ "title": "Link to the item's license." } ], - "assets": {}, + "assets": { + "overview_1": { + "href": "https://www.x.com", + "roles": [ + "overview" + ] + }, + "metadata": { + "href": "https://raw.githubusercontent.com/FAIRiCUBE/Processes/refs/heads/main/ERA5_monthly_averaged_data/script.py", + "roles": [ + "metadata" + ] + } + }, "bbox": [ -180, 0, @@ -126,6 +146,7 @@ ], "stac_extensions": [ "https://stac-extensions.github.io/raster/v1.1.0/schema.json", - "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" + "https://stac-extensions.github.io/datacube/v2.0.0/schema.json", + "https://stac-extensions.github.io/example-links/v0.0.1/schema.json" ] } \ No newline at end of file