Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ To see the most recent HTML rendered version of the specification from this repo
- [`authn-saml`](lws10-authn-saml/): SAML 2.0 Authentication Suite
- [`authn-ssi-cid`](lws10-authn-ssi-cid): Self-signed Controlled Identifier Authentication Suite
- [`authn-ssi-did-key`](lws10-authn-ssi-did-key): Self-signed `did:key` Authentication Suite
- [`notifications`](lws10-notifications/): Notifications


## Contribution Guidelines:
Expand Down
3 changes: 2 additions & 1 deletion lws10-core/Discovery.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ <h4>Storage Description Representation</h4>
],
"service": [{
"type": "NotificationService",
"serviceEndpoint": "https://storage.example/notification/api"
"serviceEndpoint": "https://storage.example/notification/api",
"subscriptionType": ["WebhookSubscription"]
}, {
"type": "TypeIndexService",
"serviceEndpoint": "https://storage.example/types/api"
Expand Down
5 changes: 4 additions & 1 deletion lws10-core/Unstable-Features/Notifications.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
this left intentionally blank
# Notifications

The [LWS Notifications](../../lws10-notifications/index.html) specification extends the Linked Web Storage (LWS) protocol with a mechanism for clients to receive timely updates about changes to resources via Webhooks — server-to-server push notifications with HTTP Message Signatures.

The notification data model is based on Activity Streams and is discoverable via the storage description resource.
Loading
Loading