Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Remove suggestion to use (STAC) asset keys directly as file name [#579](https://github.com/Open-EO/openeo-api/issues/579)
- Align collection `license` field with current STAC spec: use `other` instead of deprecated `proprietary`/`various` [#592](https://github.com/Open-EO/openeo-api/issues/592)

### Fixed

Expand Down
14 changes: 7 additions & 7 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ paths:
Land Monitoring studies, including the monitoring of
vegetation, soil and water cover, as well as observation
of inland waterways and coastal areas.
license: proprietary
license: other
extent:
spatial:
bbox:
Expand Down Expand Up @@ -1355,7 +1355,7 @@ paths:
minimum channel 3 (blue) value is used. Validation at
stage 3 has been achieved for all MODIS Surface
Reflectance products.
license: proprietary
license: other
extent:
spatial:
bbox:
Expand Down Expand Up @@ -1423,7 +1423,7 @@ paths:
Sentinel-2A is a wide-swath, high-resolution, multi-spectral
imaging mission supporting Copernicus Land Monitoring
studies.
license: proprietary
license: other
keywords:
- copernicus
- esa
Expand Down Expand Up @@ -4487,7 +4487,7 @@ components:
1. `root` and `parent`: URL to the data discovery endpoint at `/collections`.

2. `license`: A link to the license(s) SHOULD be specified if the `license`
field is set to `proprietary` or `various`.
field is set to `other` or one of the deprecated values `proprietary` and `various`.

3. `example`: Links to examples of processes that use this collection.

Expand Down Expand Up @@ -4608,9 +4608,9 @@ components:
type: string
description: |-
License(s) of the data as a SPDX [License identifier](https://spdx.org/licenses/).
Alternatively, use `proprietary` if the license is not on the SPDX
license list or `various` if multiple licenses apply. In these two cases
links to the license texts SHOULD be added, see the `license` link
Alternatively, use `other` if the license is not on the SPDX license list.
(Note that the strings `proprietary` and `various` are deprecated here.)
If set to `other`, links to the license texts SHOULD be added, see the `license` link
relation type.

Non-SPDX licenses SHOULD add a link to the license text with the
Expand Down
Loading