Files
CommunitySolidServer/config/ldp/metadata-writer/writers/storage-description.json
Joachim Van Herwegen 23db528472 fix: Replace inefficient storage detection
This replaces the recursive backend calls to find the storage
by a new class that is aware what the storage URLs look like.
2023-04-19 09:47:47 +02:00

13 lines
546 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Adds a link header pointing to the storage description resource.",
"@id": "urn:solid-server:default:MetadataWriter_StorageDescription",
"@type": "StorageDescriptionAdvertiser",
"storageStrategy": { "@id": "urn:solid-server:default:StorageLocationStrategy" },
"relativePath": { "@id": "urn:solid-server:default:variable:storageDescriptionPath" }
}
]
}