Skip to content

Commit 056463c

Browse files
committed
Sorting elements
1 parent 380d935 commit 056463c

3 files changed

+21
-21
lines changed

schemas/activity/preRecordingExamination.schema.tpl.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/MRI/PreRecordingExamination",
32
"_extends": "/core/schemas/research/experimentalActivity.schema.tpl.json",
3+
"_type": "https://openminds.ebrains.eu/specimenPrep/PreRecordingExamination",
44
"properties": {
55
"assessment": {
6-
"type": "array",
7-
"minItems": 1,
8-
"uniqueItems": true,
96
"_instruction": "Add All the assessments aquired during this session.",
107
"_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
1313
},
1414
"behavioralProtocol": {
15-
"type": "array",
16-
"minItems": 1,
17-
"uniqueItems": true,
1815
"_instruction": "Add all behavioral protocols that were performed during this session.",
1916
"_linkedTypes": [
2017
"https://openminds.ebrains.eu/core/BehavioralProtocol"
21-
]
18+
],
19+
"minItems": 1,
20+
"type": "array",
21+
"uniqueItems": true
2222
},
2323
"input": {
2424
"_instruction": "Add the state of the subject before this session.",

schemas/activity/subjectPreparation.schema.tpl.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/MRI/SubjectPreparation",
32
"_extends": "/core/schemas/research/experimentalActivity.schema.tpl.json",
3+
"_type": "https://openminds.ebrains.eu/specimenPrep/SubjectPreparation",
44
"properties": {
55
"assessment": {
6-
"type": "array",
7-
"minItems": 1,
8-
"uniqueItems": true,
96
"_instruction": "Add All the assessments aquired during this session.",
107
"_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
1313
},
1414
"behavioralProtocol": {
15-
"type": "array",
16-
"minItems": 1,
17-
"uniqueItems": true,
1815
"_instruction": "Add all behavioral protocols that were performed during this session.",
1916
"_linkedTypes": [
2017
"https://openminds.ebrains.eu/core/BehavioralProtocol"
21-
]
18+
],
19+
"minItems": 1,
20+
"type": "array",
21+
"uniqueItems": true
2222
},
2323
"input": {
2424
"_instruction": "Add the state of the subject before this session.",

schemas/entity/assessment.schema.tpl.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"_type": "https://openminds.ebrains.eu/MRI/AssessmentInstrument",
32
"_extends": "/publications/schemas/creativeWork.schema.tpl.json",
3+
"_type": "https://openminds.ebrains.eu/specimenPrep/AssessmentInstrument",
44
"required": [
55
"assessmentType"
66
],

0 commit comments

Comments
 (0)