mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Use correct type for Webhook notifications
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
|
||||
"@graph": [
|
||||
{
|
||||
"comment": "Handles the generation and serialization of notifications for WebHookChannel2023.",
|
||||
"comment": "Handles the generation and serialization of notifications for WebhookChannel2023.",
|
||||
"@id": "urn:solid-server:default:WebHookNotificationHandler",
|
||||
"@type": "TypedNotificationHandler",
|
||||
"type": "http://www.w3.org/ns/solid/notifications#WebHookChannel2023",
|
||||
"type": "http://www.w3.org/ns/solid/notifications#WebhookChannel2023",
|
||||
"source": {
|
||||
"@type": "ComposedNotificationHandler",
|
||||
"generator": { "@id": "urn:solid-server:default:BaseNotificationGenerator" },
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"comment": "Emits serialized notifications through HTTP requests to the WebHook.",
|
||||
"comment": "Emits serialized notifications through HTTP requests to the Webhook.",
|
||||
"@id": "urn:solid-server:default:WebHookEmitter",
|
||||
"@type": "WebHookEmitter",
|
||||
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" },
|
||||
|
||||
Reference in New Issue
Block a user