Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions solid-webid-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ Example profile with a public key certificate (created by LDNode):
Solid WebID Profile documents MAY contain the following links, to support
the discovery of resources that are of interest to client side applications.


### Storage Discovery

A Solid WebID Profile SHOULD contain a link to one or more Solid Containers
Expand All @@ -219,6 +218,9 @@ Example link to Root Storage (gets created
A Solid WebID Profile MAY contain a link to the Solid Inbox container (gets
created [by default](recommendations-server.md#default-containers) on account
creation).

If an inbox link exists, there MUST be only one Inbox for the profile.

Example:

```
Expand All @@ -230,9 +232,14 @@ Example:

### Type Registry Index Discovery

A Solid WebID Profile MAY contain one or more links to [Type Registry
A Solid WebID Profile SHOULD contain one or more links to [Type Registry
Index](https://github.com/solid/solid/blob/master/proposals/data-discovery.md)
resources. For example:
resources.

If links to type indexes exist, there MUST be only *one link each* to a private
and a public type registry index file, respectively.

For example:

```
# ...
Expand Down