mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
20 lines
745 B
JSON
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"
|
|
}
|
|
]
|
|
}
|