forked from D-Net/dnet-hadoop
added missing parameter(s)
This commit is contained in:
parent
390e250faf
commit
eacd140a98
|
@ -34,5 +34,17 @@
|
||||||
"paramLongName":"resultTableName",
|
"paramLongName":"resultTableName",
|
||||||
"paramDescription": "the name of the result table we are currently working on",
|
"paramDescription": "the name of the result table we are currently working on",
|
||||||
"paramRequired": true
|
"paramRequired": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"paramName":"pu",
|
||||||
|
"paramLongName":"possibleUpdatesPath",
|
||||||
|
"paramDescription": "the path the the association resultId orcid author list can be found",
|
||||||
|
"paramRequired": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"paramName":"test",
|
||||||
|
"paramLongName":"isTest",
|
||||||
|
"paramDescription": "true if it is executing a test",
|
||||||
|
"paramRequired": false
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue