mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
This way the MetadataExtractor class is not needed anymore after a small change in the request parser.
21 lines
446 B
JSON
21 lines
446 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:MetadataParser",
|
|
"@type": "ParallelHandler",
|
|
"handlers": [
|
|
{
|
|
"@type": "ContentTypeParser"
|
|
},
|
|
{
|
|
"@type": "LinkTypeParser"
|
|
},
|
|
{
|
|
"@type": "SlugParser"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|