@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
20 lines (19 loc) • 639 B
JSON
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld"
],
"@graph": [
{
"@id": "urn:solid-server:default:AuthIdentifierStrategy",
"@type": "SuffixAuxiliaryIdentifierStrategy",
"suffix": ".acr"
},
{
"comment": "ACP also uses the `acl` link relationship.",
"@id": "urn:solid-server:default:MetadataWriter_LinkRelAuth",
"@type": "AuxiliaryLinkMetadataWriter",
"relationType": "acl"
}
]
}