Skip to content

Commit 1fe43e6

Browse files
authored
Issue #579 remove suggestion to use asset keys as file name (#583)
1 parent a2efa34 commit 1fe43e6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)