mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Handles the WebID link details such as deletion.",
|
|
"@id": "urn:solid-server:default:AccountWebIdLinkRouter",
|
|
"@type": "AuthorizedRouteHandler",
|
|
"route": {
|
|
"@id": "urn:solid-server:default:AccountWebIdLinkRoute",
|
|
"@type": "BaseWebIdLinkRoute",
|
|
"base": { "@id": "urn:solid-server:default:AccountWebIdRoute" }
|
|
},
|
|
"source": {
|
|
"@id": "urn:solid-server:default:WebIdLinkHandler",
|
|
"@type": "MethodFilterHandler",
|
|
"methods": [ "DELETE" ],
|
|
"source": {
|
|
"@type": "UnlinkWebIdHandler",
|
|
"webIdRoute": { "@id": "urn:solid-server:default:AccountWebIdLinkRoute" },
|
|
"webIdStore": { "@id": "urn:solid-server:default:WebIdStore" }
|
|
}
|
|
}
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:default:InteractionRouteHandler",
|
|
"@type": "WaterfallHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:AccountWebIdLinkRouter" }
|
|
]
|
|
}
|
|
]
|
|
}
|