Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 644c015

Browse files
Profiles should only have one of: inbox, private/public type index, respectively
1 parent 6f31735 commit 644c015

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

solid-webid-profiles.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ Example profile with a public key certificate (created by LDNode):
198198
Solid WebID Profile documents MAY contain the following links, to support
199199
the discovery of resources that are of interest to client side applications.
200200

201-
202201
### Storage Discovery
203202

204203
A Solid WebID Profile SHOULD contain a link to one or more Solid Containers
@@ -219,6 +218,9 @@ Example link to Root Storage (gets created
219218
A Solid WebID Profile MAY contain a link to the Solid Inbox container (gets
220219
created [by default](recommendations-server.md#default-containers) on account
221220
creation).
221+
222+
If an inbox link exists, there MUST be only one Inbox for the profile.
223+
222224
Example:
223225

224226
```
@@ -230,9 +232,14 @@ Example:
230232

231233
### Type Registry Index Discovery
232234

233-
A Solid WebID Profile MAY contain one or more links to [Type Registry
235+
A Solid WebID Profile SHOULD contain one or more links to [Type Registry
234236
Index](https://github.com/solid/solid/blob/master/proposals/data-discovery.md)
235-
resources. For example:
237+
resources.
238+
239+
If links to type indexes exist, there MUST be only *one link each* to a private
240+
and a public type registry index file, respectively.
241+
242+
For example:
236243

237244
```
238245
# ...

0 commit comments

Comments
 (0)