From 8b36d191828565e88f15a75f87d7d3ed9c895179 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Fri, 25 Sep 2020 16:41:15 +0200 Subject: [PATCH] added property depositionId and chenage property newVersion that became string from boolean to handle the three possible distinct values --- .../eu/dnetlib/dhp/oa/graph/dump/upload_zenodo.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/upload_zenodo.json b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/upload_zenodo.json index 4c3ec06e1..7632c76cd 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/upload_zenodo.json +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/upload_zenodo.json @@ -1,9 +1,9 @@ [ { - "paramName":"nd", - "paramLongName":"newDeposition", - "paramDescription": "if it is a new deposition (true) or a new versione (false)", + "paramName":"dt", + "paramLongName":"depositionType", + "paramDescription": "the type of the deposition (new, version, update)", "paramRequired": true }, { @@ -18,6 +18,12 @@ "paramDescription": "the path to the serialization of the community map", "paramRequired": false }, + { + "paramName":"di", + "paramLongName":"depositionId", + "paramDescription": "the id of an open deposition which has not been published", + "paramRequired": false + }, { "paramName":"hdfsp", "paramLongName":"hdfsPath",