Skip to content

Commit 556d9cb

Browse files
soxofaanm-mohr
andauthored
Federation extension: nullable last_successful_check (#560)
* Federation extension: nullable last_successful_check when back-end was never observed to be available * Update extensions/federation/README.md Co-authored-by: Matthias Mohr <matthias@mohr.ws> * PR #560 add changelog entry --------- Co-authored-by: Matthias Mohr <matthias@mohr.ws>
1 parent f7afd49 commit 556d9cb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- 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)
2828
- Clarified the behaviour of `federation:backends` for `POST /validation`
2929
- Clarified the meaning of `expires` in batch job results
30+
- Clarified that `last_successful_check` (from Federation Extension) can be null.
3031

3132
## [1.2.0] - 2021-05-25
3233

extensions/federation/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ schema:
6161
last_successful_check:
6262
type: string
6363
format: date-time
64+
nullable: true
6465
description: >-
65-
If the `status` is `offline`: The time at which the back-end was checked and available the last time.
66+
If the `status` is `offline`: The time at which the back-end was checked and available the last time
67+
or `null` when the back-end was never observed to be available.
6668
Otherwise, this is equal to the property `last_status_check`.
6769
experimental:
6870
type: boolean

0 commit comments

Comments
 (0)