mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

Doing a GET request on a subscription resource will return the expected representation. Content negotiation is supported.
29 lines
974 B
JSON
29 lines
974 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.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": { "@id": "urn:solid-server:default:variable:baseUrl" },
|
|
"relativePath": "/.notifications/"
|
|
}
|
|
]
|
|
}
|