mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
36 lines
919 B
JSON
36 lines
919 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:templates/config/defaults.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Sets up a file data accessor with corresponding extension based file mapper."
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:template:FileIdentifierMapper",
|
|
"@type": "ExtensionBasedMapper",
|
|
"base": {
|
|
"@id": "urn:solid-server:template:variable:baseUrl"
|
|
},
|
|
"rootFilepath": {
|
|
"@id": "urn:solid-server:template:variable:rootFilePath"
|
|
}
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:template:DataAccessor",
|
|
"@type": "FileDataAccessor",
|
|
"resourceMapper": {
|
|
"@id": "urn:solid-server:template:FileIdentifierMapper"
|
|
}
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:template:variable:rootFilePath",
|
|
"@type": "Variable"
|
|
}
|
|
]
|
|
}
|