forked from D-Net/dnet-hadoop
removed isLookUoUrl from the parameters
This commit is contained in:
parent
46986aae2d
commit
1cf7043e26
|
@ -1,15 +1,10 @@
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"paramName":"is",
|
|
||||||
"paramLongName":"isLookUpUrl",
|
|
||||||
"paramDescription": "URL of the isLookUp Service",
|
|
||||||
"paramRequired": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"paramName":"cmp",
|
"paramName":"cmp",
|
||||||
"paramLongName":"communityMapPath",
|
"paramLongName":"communityMapPath",
|
||||||
"paramDescription": "the path to the serialization of the community map",
|
"paramDescription": "the path to the serialization of the community map",
|
||||||
"paramRequired": false
|
"paramRequired": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paramName":"s",
|
"paramName":"s",
|
||||||
|
|
|
@ -12,12 +12,7 @@
|
||||||
"paramDescription": "the path to the serialization of the community map",
|
"paramDescription": "the path to the serialization of the community map",
|
||||||
"paramRequired": false
|
"paramRequired": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"paramName":"is",
|
|
||||||
"paramLongName":"isLookUpUrl",
|
|
||||||
"paramDescription": "URL of the isLookUp Service",
|
|
||||||
"paramRequired": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"paramName":"s",
|
"paramName":"s",
|
||||||
"paramLongName":"sourcePath",
|
"paramLongName":"sourcePath",
|
||||||
|
|
|
@ -12,12 +12,6 @@
|
||||||
"paramDescription": "The id of the concept record for a new version",
|
"paramDescription": "The id of the concept record for a new version",
|
||||||
"paramRequired": false
|
"paramRequired": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"paramName":"is",
|
|
||||||
"paramLongName":"isLookUpUrl",
|
|
||||||
"paramDescription": "URL of the isLookUp Service",
|
|
||||||
"paramRequired": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"paramName":"cmp",
|
"paramName":"cmp",
|
||||||
"paramLongName":"communityMapPath",
|
"paramLongName":"communityMapPath",
|
||||||
|
|
Loading…
Reference in New Issue