mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
20 lines
714 B
JSON
20 lines
714 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "New notification subscription types should add a handler containing their descriptions so they can be discovered.",
|
|
"@id": "urn:solid-server:default:StorageDescriber",
|
|
"@type": "ArrayUnionHandler",
|
|
"handlers": [ ]
|
|
},
|
|
|
|
{
|
|
"comment": "The root URL of all Notification subscription routes.",
|
|
"@id": "urn:solid-server:default:NotificationRoute",
|
|
"@type": "RelativePathInteractionRoute",
|
|
"base": { "@id": "urn:solid-server:default:variable:baseUrl" },
|
|
"relativePath": "/.notifications/"
|
|
}
|
|
]
|
|
}
|