*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 4fded8a1 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Fix test-record metadata (resource_type)

InvenioRDM (November Release) runs into errors when the resource_type
does not expect a subtype, but an empty subtype is specified
parent 15f0ae11
No related branches found
No related tags found
No related merge requests found
{
"metadata": {
"resource_type": { "type": "other", "subtype": "" },
"resource_type": { "type": "other" },
"title": "Test Record without Files",
"description": "A test record following the metadata schema for InvenioRDM November 2020 release (https://inveniordm.docs.cern.ch/reference/metadata/)",
"creators": [
......
{
"metadata": {
"resource_type": { "type": "other", "subtype": "" },
"resource_type": { "type": "other" },
"title": "Test Record with Files",
"description": "A test record following the metadata schema for InvenioRDM November 2020 release (https://inveniordm.docs.cern.ch/reference/metadata/)",
"creators": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment