-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
41 lines (35 loc) · 920 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "Get PMID Details",
"namespace": "Vanderbilt\\GetPMIDDetailsExternalModule",
"framework-version": 12,
"authors": [
{
"name": "Eva Bascompte Moragas",
"email": "[email protected]",
"institution": "Vanderbilt University Medical Center"
}
],
"no-auth-pages":["getPMIDUrl"],
"description": "Pulls journal article details (e.g., title, publication date, author list, citation, PMCID) based on a user-entered PubMed reference number (PMID).",
"project-settings": [
{
"key": "instrument-name",
"name": "Instrument Name",
"required": true,
"type": "text"
},
{
"key": "api-key",
"name": "API Key",
"required": false,
"type": "text"
}
],
"crons": [],
"compatibility": {
"php-version-min": "7.3.33",
"php-version-max": "",
"redcap-version-min": "13.4.13",
"redcap-version-max": ""
}
}