added property depositionId and chenage property newVersion that became string from boolean to handle the three possible distinct values

pull/50/head
Miriam Baglioni 4 years ago
parent ed5239f9ec
commit 8b36d19182

@ -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",

Loading…
Cancel
Save