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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,8 @@ schema:
159
159
160
160
## Resources supported only by a subset of back-ends
161
161
162
-
Every discoverable resource that is defined as an object and allows to contain additional properties, can list the back-ends that support or host the exposed resource/functionality. Examples of where this could apply to (**not** comprehensive):
162
+
Every discoverable resource that is defined as an object and allows to contain additional properties, can list the subset of back-ends that support or host the exposed resource/functionality.
163
+
Examples of where this could apply to (**not** comprehensive):
163
164
164
165
-`GET /collections/{id}`
165
166
-`GET /processes` (per process, per parameter)
@@ -180,7 +181,7 @@ schema:
180
181
properties:
181
182
'federation:backends':
182
183
description: >-
183
-
Lists all back-ends that support or host the resource.
184
+
Lists the subset of back-ends that support or host the resource.
184
185
If not given, all back-ends support the resource.
185
186
type: array
186
187
minItems: 1
@@ -238,4 +239,4 @@ This also covers the case where the federation supports splitting a process into
0 commit comments