From b20a727e97c381dbb4e67594b2d7c1e78a01d4ee Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 7 Apr 2023 23:54:02 +0300 Subject: [PATCH] Add resource-server-description-resource-response --- protocol.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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.