mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

The previous package was outdated, preventing us from updating TS. This one also lints YAML and JSON, and applies many more rules to the test files, explaining all the changes in this PR.
27 lines
1.1 KiB
JSON
27 lines
1.1 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/storage/backend/data-accessors/sparql-endpoint.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "A default store setup with a memory backend.",
|
|
"@id": "urn:solid-server:default:ResourceStore_Backend",
|
|
"@type": "DataAccessorBasedStore",
|
|
"identifierStrategy": { "@id": "urn:solid-server:default:IdentifierStrategy" },
|
|
"auxiliaryStrategy": { "@id": "urn:solid-server:default:AuxiliaryStrategy" },
|
|
"accessor": { "@id": "urn:solid-server:default:SparqlDataAccessor" },
|
|
"metadataStrategy": { "@id": "urn:solid-server:default:MetadataStrategy" }
|
|
},
|
|
{
|
|
"comment": "This makes it so all incoming data is converted to quad objects.",
|
|
"@id": "urn:solid-server:default:ResourceStore_Converting",
|
|
"@type": "RepresentationConvertingStore",
|
|
"options_inPreferences_type": {
|
|
"RepresentationConvertingStore:_options_inPreferences_type_key": "internal/quads",
|
|
"RepresentationConvertingStore:_options_inPreferences_type_value": 1
|
|
}
|
|
}
|
|
]
|
|
}
|