-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDomain5_schema
40 lines (40 loc) · 1.01 KB
/
Domain5_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
{
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema",
"id": "Domain5_schema",
"category": "Activity",
"citation": {
"en": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/"
},
"description": {
"en": "Domain 5 schema"
},
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
{
"valueRequired": true,
"isAbout": "items/SFI_9",
"isVis": true,
"variableName": "SFI_9"
},
{
"valueRequired": true,
"isAbout": "items/SFI_10",
"isVis": true,
"variableName": "SFI_10"
}
],
"order": [
"items/SFI_9",
"items/SFI_10"
],
"shuffle": false
},
"preamble": {
"en": "Domain 5: Close Social Relationships"
},
"prefLabel": {
"en": "Domain 5"
}
}