mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
22 lines
482 B
Plaintext
22 lines
482 B
Plaintext
{
|
|
"@context": {
|
|
"id": "@id",
|
|
"type": "@type",
|
|
"notify": "http://www.w3.org/ns/solid/notifications#",
|
|
"WebSocketSubscription2021": "notify:WebSocketSubscription2021",
|
|
"features": {
|
|
"@id": "notify:features",
|
|
"@type": "@id"
|
|
},
|
|
"notificationChannel": {
|
|
"@id": "notify:notificationChannel",
|
|
"@type": "@id"
|
|
},
|
|
"state": "notify:state",
|
|
"subscription": {
|
|
"@id": "notify:subscription",
|
|
"@type": "@id"
|
|
}
|
|
}
|
|
}
|