mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
24 lines
784 B
JSON
24 lines
784 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/pod/handler/http/manager.json",
|
|
"files-scs:config/pod/handler/resource-generators/templated.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Stores all new resources for a pod in the default resource store under the generated identifier.",
|
|
"@id": "urn:solid-server:default:PodManager",
|
|
"@type": "GeneratedPodManager",
|
|
"store": {
|
|
"@id": "urn:solid-server:default:ResourceStore"
|
|
},
|
|
"idGenerator": {
|
|
"@id": "urn:solid-server:default:IdentifierGenerator"
|
|
},
|
|
"resourcesGenerator": {
|
|
"@id": "urn:solid-server:default:ResourcesGenerator"
|
|
}
|
|
}
|
|
]
|
|
}
|