CommunitySolidServer/config/presets/ldp/operation-handler.json
2020-11-06 09:08:00 +01:00

48 lines
1.4 KiB
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"@id": "urn:solid-server:default:OperationHandler",
"@type": "FirstCompositeHandler",
"FirstCompositeHandler:_handlers": [
{
"@type": "DeleteOperationHandler",
"DeleteOperationHandler:_store": {
"@id": "urn:solid-server:default:ResourceStore_Patching"
}
},
{
"@type": "GetOperationHandler",
"GetOperationHandler:_store": {
"@id": "urn:solid-server:default:ResourceStore_Patching"
}
},
{
"@type": "HeadOperationHandler",
"HeadOperationHandler:_store": {
"@id": "urn:solid-server:default:ResourceStore_Patching"
}
},
{
"@type": "PatchOperationHandler",
"PatchOperationHandler:_store": {
"@id": "urn:solid-server:default:ResourceStore_Patching"
}
},
{
"@type": "PostOperationHandler",
"PostOperationHandler:_store": {
"@id": "urn:solid-server:default:ResourceStore_Patching"
}
},
{
"@type": "PutOperationHandler",
"PutOperationHandler:_store": {
"@id": "urn:solid-server:default:ResourceStore_Patching"
}
}
]
}
]
}