2023-10-19 09:13:48 +02:00

32 lines
1.0 KiB
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"@graph": [
{
"@id": "urn:solid-server:default:StorageDescriber",
"@type": "ArrayUnionHandler",
"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/"
}
]
}