mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
19 lines
681 B
JSON
19 lines
681 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:StorageDescriber",
|
|
"@type": "ArrayUnionHandler",
|
|
"handlers": [
|
|
{
|
|
"comment": "Handles the storage description triples used for discovery of a WebSocketSubscription2021 endpoint.",
|
|
"@type": "NotificationDescriber",
|
|
"route": { "@id": "urn:solid-server:default:WebSocket2021Route" },
|
|
"relative": "#websocketNotification",
|
|
"type": "http://www.w3.org/ns/solid/notifications#WebSocketSubscription2021"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|