-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathabcd_nda_schema
56 lines (56 loc) · 1.65 KB
/
abcd_nda_schema
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
"id": "abcd_nda_schema",
"category": "Activity",
"description": {
"en": "schema describing terms needed to generate NDA guid for ABCD study"
},
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
{
"isAbout": "../NDA/items/eventname",
"isVis": true,
"variableName": "eventname"
},
{
"isAbout": "../NDA/items/interview_age",
"isVis": true,
"variableName": "interview_age"
},
{
"isAbout": "../NDA/items/interview_date",
"isVis": true,
"variableName": "interview_date"
},
{
"isAbout": "../NDA/items/sex",
"isVis": true,
"variableName": "sex"
},
{
"isAbout": "../NDA/items/src_subject_id",
"isVis": true,
"variableName": "src_subject_id"
},
{
"isAbout": "../NDA/items/subjectKey",
"isVis": true,
"variableName": "subjectKey"
}
],
"order": [
"../NDA/items/eventname",
"../NDA/items/interview_age",
"../NDA/items/interview_date",
"../NDA/items/sex",
"../NDA/items/src_subject_id",
"../NDA/items/subjectKey"
],
"shuffle": false
},
"prefLabel": {
"en": "ABCD NDAguid"
}
}