@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
20 lines (18 loc) • 477 B
JSON
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"import": [
"css:templates/config/defaults.json"
],
"@graph": [
{
"comment": "Sets up a memory data accessor."
},
{
"@id": "urn:solid-server:template:DataAccessor",
"@type": "InMemoryDataAccessor",
"identifierStrategy": {
"@id": "urn:solid-server:default:IdentifierStrategy"
}
}
]
}