From 2759ff1667b7bcf6e03c6cc991434fd702426671 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 8 Dec 2022 17:55:47 +0100 Subject: [PATCH 1/3] Update notification-channel-conformance --- protocol.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/protocol.html b/protocol.html index 3a2b7d4..c771f04 100644 --- a/protocol.html +++ b/protocol.html @@ -422,7 +422,7 @@

Terminology

notification channel
-
A notification channel is an abstract thing which is identified by a URI and whose properties describe the available communication interface and features.
+
A notification channel is an abstract thing whose properties describe the available communication interface and features.
notification channel resource
An RDF document [RDF11-CONCEPTS] that includes information about the capabilities and features of a notification channel.
@@ -592,10 +592,10 @@

Notification Channel Conformance

A Notification Channel has the following properties:

@@ -610,8 +610,7 @@

Notification Channel Conformance

"https://www.w3.org/ns/solid/notification/v1" ], "notificationChannel": [{ - "id": "websocketNotification", - "type": ["WebSocketSubscription2021"], + "subscriptionType": "WebSocketSubscription2021", "subscription": "https://websocket.example/subscription", "feature": ["state", "rate", "endTime"] }] From 0cf09f742b6005d072694d78e2527e701ed1d6c5 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 9 Dec 2022 13:49:17 +0100 Subject: [PATCH 2/3] Update property in example-subscription-request --- protocol.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.html b/protocol.html index c771f04..3f0af13 100644 --- a/protocol.html +++ b/protocol.html @@ -838,7 +838,7 @@

Subscription Types Extension

"https://www.w3.org/ns/solid/notification/v1", "https://notification.example/subscription/v1" ], - "type": "ExampleSubscription2021", + "subscriptionType": "ExampleSubscription2021", "topic": "https://storage.example/resource", "custom-property": "custom-value" } From ccf13b45307115b6de09282af7dc20d0d882f1f4 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 15 Dec 2022 10:35:51 +0100 Subject: [PATCH 3/3] Update protocol.html --- protocol.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.html b/protocol.html index 3f0af13..ce7dbd9 100644 --- a/protocol.html +++ b/protocol.html @@ -422,7 +422,7 @@

Terminology

notification channel
-
A notification channel is an abstract thing whose properties describe the available communication interface and features.
+
A notification channel is a resource whose properties describe the available communication interface and features.
notification channel resource
An RDF document [RDF11-CONCEPTS] that includes information about the capabilities and features of a notification channel.