2023-02-01 10:54:37 +01:00

16 lines
606 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.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:PodResourcesGenerator" }
}
]
}