dnet-hadoop/dhp-workflows/dhp-broker-events/src/main/resources/eu/dnetlib/dhp/broker/oa/common_params.json

15 lines
310 B
JSON
Raw Normal View History

2020-06-22 08:51:31 +02:00
[
{
"paramName": "g",
"paramLongName": "graphPath",
"paramDescription": "the path where there the graph is stored",
"paramRequired": true
},
{
"paramName": "o",
2020-12-10 14:47:22 +01:00
"paramLongName": "workingDir",
2020-06-22 11:45:14 +02:00
"paramDescription": "the path where the temporary data will be stored",
2020-06-22 08:51:31 +02:00
"paramRequired": true
}
]