mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"@context": [
|
|
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Contains all features of acr auxiliary resources (suffix, etc.).",
|
|
"@id": "urn:solid-server:default:AcrStrategy",
|
|
"@type": "ComposedAuxiliaryStrategy",
|
|
"identifierStrategy": { "@id": "urn:solid-server:default:AcrIdentifierStrategy" },
|
|
"validator": {
|
|
"@type": "RdfValidator",
|
|
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" }
|
|
},
|
|
"ownAuthorization": true,
|
|
"requiredInRoot": true
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:AcrIdentifierStrategy",
|
|
"@type": "SuffixAuxiliaryIdentifierStrategy",
|
|
"suffix": ".acr"
|
|
},
|
|
{
|
|
"comment": "Creates the Link header for the acr resources (which also use 'acl').",
|
|
"@id": "urn:solid-server:default:MetadataWriter_LinkRelAcr",
|
|
"@type": "AuxiliaryLinkMetadataWriter",
|
|
"auxiliaryStrategy": { "@id": "urn:solid-server:default:AuxiliaryStrategy" },
|
|
"specificStrategy": { "@id": "urn:solid-server:default:AcrStrategy" },
|
|
"relationType": "acl"
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:MetadataWriter",
|
|
"@type": "ParallelHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:MetadataWriter_LinkRelAcr" }
|
|
]
|
|
}
|
|
]
|
|
}
|