You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/federation/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ schema:
111
111
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.
112
112
Examples of where this could apply to (**not** comprehensive):
113
113
114
-
-`GET /collctions`
114
+
-`GET /collections`
115
115
-`GET /collections/{id}`
116
116
-`GET /processes` (global, per process, per parameter)
117
117
-`GET /file_formats` (global, per file format)
@@ -199,7 +199,7 @@ This also covers the case where the federation supports splitting a process into
199
199
200
200
Resources and back-ends can be temporarily or unintentionally unavailable.
201
201
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 /`.
203
203
Federated APIs can expose if any of the back-ends is temporarily not available and thus is not part of the response.
204
204
205
205
Examples of where this could apply to (**not** comprehensive):
@@ -225,7 +225,7 @@ schema:
225
225
description: >-
226
226
Lists all back-ends that were temporarily not considered in the response (e.g. because they were not accessible).
227
227
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.
0 commit comments