Skip to content

Commit 6aaf3a6

Browse files
m-mohrsoxofaan
andauthored
Apply suggestions from code review
Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com>
1 parent 8a61ac1 commit 6aaf3a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/federation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ schema:
111111
Every discoverable resource that is defined as an object and allows to contain additional properties, can list the subset of back-ends that permanently support or host the exposed resource/functionality.
112112
Examples of where this could apply to (**not** comprehensive):
113113

114-
- `GET /collctions`
114+
- `GET /collections`
115115
- `GET /collections/{id}`
116116
- `GET /processes` (global, per process, per parameter)
117117
- `GET /file_formats` (global, per file format)
@@ -199,7 +199,7 @@ This also covers the case where the federation supports splitting a process into
199199

200200
Resources and back-ends can be temporarily or unintentionally unavailable.
201201
It is especially important to communicate to users missing resources when compiling lists of resources across multiple back-ends.
202-
Clients will assume that all lists of resources are the a combination of all back-ends listed in `GET /`.
202+
Clients will assume that all lists of resources are the a combination of all back-ends listed under`federation` in `GET /`.
203203
Federated APIs can expose if any of the back-ends is temporarily not available and thus is not part of the response.
204204

205205
Examples of where this could apply to (**not** comprehensive):
@@ -225,7 +225,7 @@ schema:
225225
description: >-
226226
Lists all back-ends that were temporarily not considered in the response (e.g. because they were not accessible).
227227
If not given or empty, all back-ends supporting this endpoint were considered for creating the response.
228-
Back-ends that were listed as offline in the capabilities still need to be listed here.
228+
Back-ends that are listed as offline in the capabilities still need to be listed here.
229229
type: array
230230
items:
231231
type: string

0 commit comments

Comments
 (0)