{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld", "import": [ "files-scs:config/util/representation-conversion/converters/content-type-replacer.json", "files-scs:config/util/representation-conversion/converters/quad-to-rdf.json", "files-scs:config/util/representation-conversion/converters/rdf-to-quad.json", "files-scs:config/util/representation-conversion/converters/markdown.json" ], "@graph": [ { "@id": "urn:solid-server:default:ErrorToQuadConverter", "@type": "ErrorToQuadConverter", }, { "comment": "Converts an error into a Markdown description of its details.", "@id": "urn:solid-server:default:ErrorToTemplateConverter", "@type": "ErrorToTemplateConverter", "templateEngine": { "@type": "HandlebarsTemplateEngine", "template": "$PACKAGE_ROOT/templates/error/main.md.hbs" }, "templatePath": "$PACKAGE_ROOT/templates/error/descriptions/", "extension": ".md.hbs", "contentType": "text/markdown" } ] }