Skip to content

Commit b7fd2c5

Browse files
committed
Document additional relation types for process metadata #531
1 parent e669dbe commit b7fd2c5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- `PATCH /services/{service_id}` and `PATCH /jobs/{job_id}`: Explicitly allow updating back-end specific properties (as in `POST`)
1313
- `GET /services/{service_id}` and `GET /jobs/{job_id}`: Explicitly allow listing back-end specific properties (as provided in `POST`)
1414
- Clarified for log levels which default values apply
15+
- Clarified how the relation types `license`, `version-history` and `author` can be used to enrich the process metadata. [#531](https://github.com/Open-EO/openeo-api/issues/531)
1516

1617
## [1.2.0] - 2021-05-25
1718

openapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5262,11 +5262,19 @@ components:
52625262
(link to older version) and `successor-version` (link to newer version) can also be used
52635263
to show the relation between versions.
52645264
5265+
2. `version-history`: A link to a changelog and/or a list of versions of the process
5266+
(see also the relation types `latest-version` etc.).
5267+
52655268
2. `example`: Links to examples of other processes that use this process.
52665269
52675270
3. `cite-as`: For all DOIs associated with the process, the respective DOI
52685271
links SHOULD be added.
52695272
5273+
4. `license`: Links to applicable license(s). The link titles should reflect the license names.
5274+
5275+
5. `author`: Links to authors of the process. The `href` can use the `mailto:` protocol to
5276+
link to an email address. The link titles should reflect the author names and affiliations.
5277+
52705278
For additional relation types see also the lists of
52715279
[common relation types in openEO](#section/API-Principles/Web-Linking).
52725280
items:

0 commit comments

Comments
 (0)