2024-09-16 08:39:29 +02:00

35 lines
1.2 KiB
JSON

{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld"
],
"@graph": [
{
"@id": "urn:solid-server:default:StorageDescriber",
"@type": "StatusArrayUnionHandler",
"handlers": [
{
"comment": "New notification subscription types should add a NotificationChannelType here so they can be discovered.",
"@id": "urn:solid-server:default:NotificationDescriber",
"@type": "NotificationDescriber",
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" },
"subscriptions": [
]
}
]
},
{
"comment": "The root URL of all Notification subscription routes.",
"@id": "urn:solid-server:default:NotificationRoute",
"@type": "RelativePathInteractionRoute",
"base": {
"@type": "AbsolutePathInteractionRoute",
"path": { "@id": "urn:solid-server:default:variable:baseUrl" }
},
"relativePath": "/.notifications/"
}
]
}