Skip to content

Commit da9bf27

Browse files
authored
Update README.md
1 parent 556d9cb commit da9bf27

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

extensions/federation/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ schema:
159159

160160
## Resources supported only by a subset of back-ends
161161

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):
163164

164165
- `GET /collections/{id}`
165166
- `GET /processes` (per process, per parameter)
@@ -180,7 +181,7 @@ schema:
180181
properties:
181182
'federation:backends':
182183
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.
184185
If not given, all back-ends support the resource.
185186
type: array
186187
minItems: 1
@@ -238,4 +239,4 @@ This also covers the case where the federation supports splitting a process into
238239
"federation:backends": ["vito", "eodc"],
239240
...
240241
}
241-
```
242+
```

0 commit comments

Comments
 (0)