This repository was archived by the owner on Apr 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,7 +198,6 @@ Example profile with a public key certificate (created by LDNode):
198198Solid WebID Profile documents MAY contain the following links, to support
199199the discovery of resources that are of interest to client side applications.
200200
201-
202201### Storage Discovery
203202
204203A Solid WebID Profile SHOULD contain a link to one or more Solid Containers
@@ -219,6 +218,9 @@ Example link to Root Storage (gets created
219218A Solid WebID Profile MAY contain a link to the Solid Inbox container (gets
220219created [ by default] ( recommendations-server.md#default-containers ) on account
221220creation).
221+
222+ If an inbox link exists, there MUST be only one Inbox for the profile.
223+
222224Example:
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
234236Index] ( 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# ...
You can’t perform that action at this time.
0 commit comments