forked from D-Net/dnet-hadoop
added the communityMapPath parameter and removed the isLookUpUrl parameter
This commit is contained in:
parent
6f43acda5e
commit
ff52c51f92
|
@ -1,10 +1,9 @@
|
||||||
[
|
[
|
||||||
|
|
||||||
{
|
{
|
||||||
"paramName":"is",
|
"paramName":"cmp",
|
||||||
"paramLongName":"isLookUpUrl",
|
"paramLongName":"communityMapPath",
|
||||||
"paramDescription": "URL of the isLookUp Service",
|
"paramDescription": "the path to the serialization of the community map",
|
||||||
"paramRequired": false
|
"paramRequired": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paramName":"s",
|
"paramName":"s",
|
||||||
|
|
Loading…
Reference in New Issue