We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5ba97 commit d0787b6Copy full SHA for d0787b6
extensions/federation/README.md
@@ -59,10 +59,9 @@ schema:
59
format: date-time
60
description: The time at which the status of the back-end was checked last.
61
last_successful_check:
62
- type:
63
- - type: string
64
- format: date-time
65
- - type: null
+ type: string
+ format: date-time
+ nullable: true
66
description: >-
67
If the `status` is `offline`: The time at which the back-end was checked and available the last time
68
or `null` when the back-end was never observed to be available.
0 commit comments