UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

15 lines (14 loc) 643 B
{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.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" } } ] }