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