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

15 lines
308 B
JSON
Raw Normal View History

2020-12-07 14:56:06 +01:00
[
{
"paramName": "o",
2020-12-10 14:47:22 +01:00
"paramLongName": "outputDir",
"paramDescription": "the path where the data will be stored",
2020-12-07 14:56:06 +01:00
"paramRequired": true
},
{
"paramName": "list",
"paramLongName": "opendoarIds",
"paramDescription": "the opendoar IDs whitelist (comma separated)",
"paramRequired": true
}
]