Joachim Van Herwegen 65860f77da feat: Support GET requests on subscription services
Doing a GET request on a subscription resource
will return the expected representation.
Content negotiation is supported.
2023-04-20 14:32:13 +02:00

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/"
}
]
}