-
Notifications
You must be signed in to change notification settings - Fork 14
/
solid-notifications-context.jsonld
64 lines (50 loc) · 1.38 KB
/
solid-notifications-context.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"notify": "http://www.w3.org/ns/solid/notifications#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"EventSourceChannel2023": "notify:EventSourceChannel2023",
"LDNChannel2023": "notify:LDNChannel2023",
"StreamingHTTPChannel2023": "notify:StreamingHTTPChannel2023",
"WebhookChannel2023": "notify:WebhookChannel2023",
"WebSocketChannel2023": "notify:WebSocketChannel2023",
"accept": "notify:accept",
"channel": {
"@id": "notify:channel",
"@type": "@id" },
"channelType": {
"@id": "notify:channelType",
"@type": "@vocab" },
"endAt": {
"@id": "notify:endAt",
"@type": "xsd:dateTime" },
"feature": {
"@id": "notify:feature",
"@type": "@vocab" },
"rate": {
"@id": "notify:rate",
"@type": "xsd:duration" },
"receiveFrom": {
"@id": "notify:receiveFrom",
"@type": "@id" },
"sender": {
"@id": "notify:sender",
"@type": "@id" },
"sendTo": {
"@id": "notify:sendTo",
"@type": "@id" },
"state": "notify:state",
"startAt": {
"@id": "notify:startAt",
"@type": "xsd:dateTime" },
"subscription": {
"@id": "notify:subscription",
"@type": "@id" },
"topic": {
"@id": "notify:topic",
"@type": "@id" }
}
}