-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDomain1_schema
40 lines (40 loc) · 1.01 KB
/
Domain1_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": "Domain1_schema",
"category": "Activity",
"citation": {
"en": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/"
},
"description": {
"en": "Domain 1 schema"
},
"schemaVersion": "1.0.0",
"version": "0.0.1",
"ui": {
"addProperties": [
{
"valueRequired": true,
"isAbout": "items/SFI_1",
"isVis": true,
"variableName": "SFI_1"
},
{
"valueRequired": true,
"isAbout": "items/SFI_2",
"isVis": true,
"variableName": "SFI_2"
}
],
"order": [
"items/SFI_1",
"items/SFI_2"
],
"shuffle": false
},
"preamble": {
"en": "Domain 1: Happiness and Life Satisfaction"
},
"prefLabel": {
"en": "Domain 1"
}
}