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

20 lines
745 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"import": [
"css:config/ldp/handler/components/authorizer.json",
"css:config/ldp/handler/components/error-handler.json",
"css:config/ldp/handler/components/operation-handler.json",
"css:config/ldp/handler/components/operation-metadata.json",
"css:config/ldp/handler/components/preferences.json",
"css:config/ldp/handler/components/request-parser.json",
"css:config/ldp/handler/components/response-writer.json"
],
"@graph": [
{
"comment": "Disabled the LDP component.",
"@id": "urn:solid-server:default:LdpHandler",
"@type": "UnsupportedAsyncHandler"
}
]
}