Default values for new parameters

This commit is contained in:
Paul Yu 2021-06-28 19:14:26 -07:00
Родитель 979f01b5aa
Коммит 286fa85d0e
2 изменённых файлов: 24 добавлений и 8 удалений

Просмотреть файл

@ -33,25 +33,33 @@
"type": "string",
"metadata": {
"description": "REDCap Community site username for downloading the REDCap zip file."
}
},
"defaultValue": ""
},
"redcapAppZipPassword": {
"type": "string",
"metadata": {
"description": "REDCap Community site password for downloading the REDCap zip file."
}
},
"defaultValue": ""
},
"redcapAppZipVersion": {
"type": "string",
"metadata": {
"description": "REDCap zip file version to be downloaded from the REDCap Community site."
}
},
"defaultValue": "latest"
},
"redcapAppZipInstall": {
"type": "string",
"metadata": {
"description": "REDCap zip file type (Use '1' for Install and omit parameter altogether for Update)."
}
},
"defaultValue": "",
"allowedValues": [
"",
"1"
]
},
"fromEmailAddress": {
"type": "string",

Просмотреть файл

@ -33,25 +33,33 @@
"type": "string",
"metadata": {
"description": "REDCap Community site username for downloading the REDCap zip file."
}
},
"defaultValue": ""
},
"redcapAppZipPassword": {
"type": "string",
"metadata": {
"description": "REDCap Community site password for downloading the REDCap zip file."
}
},
"defaultValue": ""
},
"redcapAppZipVersion": {
"type": "string",
"metadata": {
"description": "REDCap zip file version to be downloaded from the REDCap Community site."
}
},
"defaultValue": "latest"
},
"redcapAppZipInstall": {
"type": "string",
"metadata": {
"description": "REDCap zip file type (Use '1' for Install and omit parameter altogether for Update)."
}
},
"defaultValue": "",
"allowedValues": [
"",
"1"
]
},
"fromEmailAddress": {
"type": "string",