File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
1313### Changed
1414
15+ - Remove suggestion to use (STAC) asset keys directly as file name [ #579 ] ( https://github.com/Open-EO/openeo-api/issues/579 )
16+
1517### Fixed
1618
1719## [ 1.3.0] - 2026-02-02
Original file line number Diff line number Diff line change @@ -4578,7 +4578,6 @@ components:
45784578 description : |-
45794579 Dictionary of asset objects for data that can be downloaded,
45804580 each with a unique key.
4581- The keys MAY be used by clients as file names.
45824581 allOf :
45834582 - $ref : ' #/components/schemas/stac_assets'
45844583 stac_version :
@@ -4686,7 +4685,7 @@ components:
46864685 title : Assets
46874686 description : |-
46884687 Dictionary of asset objects for data that can be downloaded, each with a
4689- unique key. The keys MAY be used by clients as file names.
4688+ unique key.
46904689 additionalProperties :
46914690 $ref : ' #/components/schemas/asset'
46924691 example :
You can’t perform that action at this time.
0 commit comments