fix: Remove source parameters from individual store configs

This commit is contained in:
Joachim Van Herwegen 2021-06-17 10:44:43 +02:00
parent e8a0f63e02
commit 478a915790
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
"comment": "Converts all outgoing resources based on the preferences.", "comment": "Converts all outgoing resources based on the preferences.",
"@id": "urn:solid-server:default:ResourceStore_Converting", "@id": "urn:solid-server:default:ResourceStore_Converting",
"@type": "RepresentationConvertingStore", "@type": "RepresentationConvertingStore",
"source": { "@id": "urn:solid-server:default:RoutingResourceStore" },
"options_outConverter": { "@id": "urn:solid-server:default:RepresentationConverter" } "options_outConverter": { "@id": "urn:solid-server:default:RepresentationConverter" }
} }
] ]

View File

@ -5,7 +5,6 @@
"comment": "Allows for PATCH operations on stores that don't have native support.", "comment": "Allows for PATCH operations on stores that don't have native support.",
"@id": "urn:solid-server:default:ResourceStore_Patching", "@id": "urn:solid-server:default:ResourceStore_Patching",
"@type": "PatchingStore", "@type": "PatchingStore",
"source": { "@id": "urn:solid-server:default:ResourceStore_Converting" },
"patcher": { "patcher": {
"@id": "urn:solid-server:default:PatchHandler", "@id": "urn:solid-server:default:PatchHandler",
"@type": "SparqlUpdatePatchHandler", "@type": "SparqlUpdatePatchHandler",