@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
19 lines (18 loc) • 646 B
JSON
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"import": [
"css:config/storage/key-value/storages/storages.json"
],
"@graph": [
{
"comment": "Internal value storage. No different from urn:solid-server:default:KeyValueStorage, but required to be consistent with other storage solutions.",
"@id": "urn:solid-server:default:BackendKeyValueStorage",
"@type": "MemoryMapStorage"
},
{
"comment": "Internal value storage.",
"@id": "urn:solid-server:default:KeyValueStorage",
"@type": "MemoryMapStorage"
}
]
}