mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
{
|
|
"@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#",
|
|
|
|
"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" }
|
|
}
|
|
}
|