Commit 380d935 1 parent f22dc6f commit 380d935 Copy full SHA for 380d935
File tree 3 files changed +93
-0
lines changed
3 files changed +93
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "_type" : " https://openminds.ebrains.eu/MRI/PreRecordingExamination" ,
3
+ "_extends" : " /core/schemas/research/experimentalActivity.schema.tpl.json" ,
4
+ "properties" : {
5
+ "assessment" : {
6
+ "type" : " array" ,
7
+ "minItems" : 1 ,
8
+ "uniqueItems" : true ,
9
+ "_instruction" : " Add All the assessments aquired during this session." ,
10
+ "_linkedTypes" : [
11
+ " https://openminds.ebrains.eu/MRI/Assessment"
12
+ ]
13
+ },
14
+ "behavioralProtocol" : {
15
+ "type" : " array" ,
16
+ "minItems" : 1 ,
17
+ "uniqueItems" : true ,
18
+ "_instruction" : " Add all behavioral protocols that were performed during this session." ,
19
+ "_linkedTypes" : [
20
+ " https://openminds.ebrains.eu/core/BehavioralProtocol"
21
+ ]
22
+ },
23
+ "input" : {
24
+ "_instruction" : " Add the state of the subject before this session." ,
25
+ "_linkedTypes" : [
26
+ " https://openminds.ebrains.eu/core/SubjectState"
27
+ ]
28
+ },
29
+ "output" : {
30
+ "_instruction" : " Add the state of the subject after this session." ,
31
+ "_linkedTypes" : [
32
+ " https://openminds.ebrains.eu/core/SubjectState"
33
+ ]
34
+ }
35
+ }
36
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "_type" : " https://openminds.ebrains.eu/MRI/SubjectPreparation" ,
3
+ "_extends" : " /core/schemas/research/experimentalActivity.schema.tpl.json" ,
4
+ "properties" : {
5
+ "assessment" : {
6
+ "type" : " array" ,
7
+ "minItems" : 1 ,
8
+ "uniqueItems" : true ,
9
+ "_instruction" : " Add All the assessments aquired during this session." ,
10
+ "_linkedTypes" : [
11
+ " https://openminds.ebrains.eu/MRI/Assessment"
12
+ ]
13
+ },
14
+ "behavioralProtocol" : {
15
+ "type" : " array" ,
16
+ "minItems" : 1 ,
17
+ "uniqueItems" : true ,
18
+ "_instruction" : " Add all behavioral protocols that were performed during this session." ,
19
+ "_linkedTypes" : [
20
+ " https://openminds.ebrains.eu/core/BehavioralProtocol"
21
+ ]
22
+ },
23
+ "input" : {
24
+ "_instruction" : " Add the state of the subject before this session." ,
25
+ "_linkedTypes" : [
26
+ " https://openminds.ebrains.eu/core/SubjectState"
27
+ ]
28
+ },
29
+ "output" : {
30
+ "_instruction" : " Add the state of the subject after this session." ,
31
+ "_linkedTypes" : [
32
+ " https://openminds.ebrains.eu/core/SubjectState"
33
+ ]
34
+ }
35
+ }
36
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "_type" : " https://openminds.ebrains.eu/MRI/AssessmentInstrument" ,
3
+ "_extends" : " /publications/schemas/creativeWork.schema.tpl.json" ,
4
+ "required" : [
5
+ " assessmentType"
6
+ ],
7
+ "properties" : {
8
+ "assessmentType" : {
9
+ "_instruction" : " Add the type of this assessment" ,
10
+ "_linkedTypes" : [
11
+ " https://openminds.ebrains.eu/controlledTerms/AssessmentType"
12
+ ]
13
+ },
14
+ "webResource" : {
15
+ "_instruction" : " Add online version of this assetment." ,
16
+ "_linkedTypes" : [
17
+ " https://openminds.ebrains.eu/core/WebResource"
18
+ ]
19
+ }
20
+ }
21
+ }
You can’t perform that action at this time.
0 commit comments