mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
19 lines
659 B
JSON
19 lines
659 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 WebHookSubscription2021 endpoint.",
|
|
"@type": "WebHookDescriber",
|
|
"route": { "@id": "urn:solid-server:default:WebHookRoute" },
|
|
"relative": "#webhookNotification",
|
|
"webIdRoute": { "@id": "urn:solid-server:default:WebHookWebIdRoute" }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|