mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
17 lines
546 B
JSON
17 lines
546 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/util/auxiliary/strategies/meta.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "This will contain references to all the auxiliary strategies (such as the acl one) if they are needed.",
|
|
"@id": "urn:solid-server:default:AuxiliaryStrategy",
|
|
"@type": "RoutingAuxiliaryStrategy",
|
|
"sources": [
|
|
{ "@id": "urn:solid-server:default:MetadataStrategy" }
|
|
]
|
|
}
|
|
]
|
|
}
|