diff --git a/protocol.html b/protocol.html index e5009dd..de26b52 100644 --- a/protocol.html +++ b/protocol.html @@ -134,7 +134,7 @@

Solid Notifications Protocol

-

Editor’s Draft,

+

Editor’s Draft,

More details about this document @@ -179,7 +179,7 @@

Solid Notifications Protocol

Modified
-
+
@@ -544,12 +544,14 @@

Discovery

Description resources can be discovered as follows:

- + - +

Resource Servers MUST accept requests targeting the description resource when the value of the Accept header indicates a preferred representation in application/ld+json [JSON-LD11].

+

Resource Servers MUST use the Description Resource Data Model in the description resource response payload.

+

Example: Discovery of description resource.

HEAD https://example.org/guinan/profile
@@ -591,7 +593,7 @@ 

Subscription

Subscription Servers MUST respond with a 422 status code [RFC4918] when unable to process the contained instructions, including unrecognised JSON-LD context in representation data.

-

Subscription Servers MUST use Notification Channel Data Model, and in addition conform to a particular notification channel type in the subscription response payload.

+

Subscription Servers MUST use the Notification Channel Data Model, and in addition conform to a particular notification channel type in the subscription response payload.

Example: Subscription request and response.