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

This commit is contained in:
Miriam Baglioni 2020-09-25 16:41:15 +02:00
parent ed5239f9ec
commit 8b36d19182
1 changed files with 9 additions and 3 deletions

View File

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