mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
15 lines
643 B
JSON
15 lines
643 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld",
|
|
"comment": "Configuration of a PodQuotaStrategy to enforce pod quotas on the server.",
|
|
"@graph": [
|
|
{
|
|
"comment": "Enforces quota for all data per pod on the server",
|
|
"@id": "urn:solid-server:default:QuotaStrategy",
|
|
"@type": "PodQuotaStrategy",
|
|
"reporter": { "@id": "urn:solid-server:default:SizeReporter" },
|
|
"accessor": { "@id": "urn:solid-server:default:AtomicFileDataAccessor" },
|
|
"identifierStrategy": { "@id": "urn:solid-server:default:IdentifierStrategy" }
|
|
}
|
|
]
|
|
}
|