2023-10-19 09:13:48 +02:00

22 lines
865 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Makes sure the root container exists and contains the necessary resources.",
"@id": "urn:solid-server:default:RootInitializer",
"@type": "ConditionalHandler",
"storageKey": "rootInitialized",
"storageValue": true,
"handleStorage": true,
"storage": { "@id": "urn:solid-server:default:SetupStorage" },
"source": {
"@id": "urn:solid-server:default:RootPodInitializer",
"@type": "AccountInitializer",
"accountStore": { "@id": "urn:solid-server:default:AccountStore" },
"passwordStore": { "@id": "urn:solid-server:default:PasswordStore" },
"podCreator": { "@id": "urn:solid-server:default:PodCreator" }
}
}
]
}