mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
18 lines
454 B
JSON
18 lines
454 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:PermissionsExtractor",
|
|
"@type": "FirstCompositeHandler",
|
|
"FirstCompositeHandler:_handlers": [
|
|
{
|
|
"@type": "MethodPermissionsExtractor"
|
|
},
|
|
{
|
|
"@type": "SparqlPatchPermissionsExtractor"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|