This commit is contained in:
Miriam Baglioni 2020-11-25 18:10:28 +01:00
parent ed01e5a5e1
commit 5fbe54ef54
1 changed files with 7 additions and 6 deletions

View File

@ -22,12 +22,13 @@
"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":"rp", {
"paramLongName":"relationPath", "paramName":"rp",
"paramDescription": "the path to the relations", "paramLongName":"relationPath",
"paramRequired": true "paramDescription": "the path to the relations",
} "paramRequired": true
}
] ]