2022-05-05 11:20:53 +02:00

16 lines
603 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
"import": [
"css:config/identity/pod/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" },
"resourcesGenerator": { "@id": "urn:solid-server:default:ResourcesGenerator" }
}
]
}