diff --git a/config/storage/resource-store/stores/converting.json b/config/storage/resource-store/stores/converting.json index 52010b74f..1473ff339 100644 --- a/config/storage/resource-store/stores/converting.json +++ b/config/storage/resource-store/stores/converting.json @@ -5,7 +5,6 @@ "comment": "Converts all outgoing resources based on the preferences.", "@id": "urn:solid-server:default:ResourceStore_Converting", "@type": "RepresentationConvertingStore", - "source": { "@id": "urn:solid-server:default:RoutingResourceStore" }, "options_outConverter": { "@id": "urn:solid-server:default:RepresentationConverter" } } ] diff --git a/config/storage/resource-store/stores/patching.json b/config/storage/resource-store/stores/patching.json index bacdbc8da..5e5cfd838 100644 --- a/config/storage/resource-store/stores/patching.json +++ b/config/storage/resource-store/stores/patching.json @@ -5,7 +5,6 @@ "comment": "Allows for PATCH operations on stores that don't have native support.", "@id": "urn:solid-server:default:ResourceStore_Patching", "@type": "PatchingStore", - "source": { "@id": "urn:solid-server:default:ResourceStore_Converting" }, "patcher": { "@id": "urn:solid-server:default:PatchHandler", "@type": "SparqlUpdatePatchHandler",