Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/device/electrodeArrayUsage.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"uniqueItems": true,
"_instruction": "Add all coordinate points that best describe the spatial location of each electrode contact of this array during its use, in the same order that the electrode identifiers for this electrode array have been specified.",
"_embeddedTypes": [
"https://openminds.ebrains.eu/sands/CoordinatePoint"
"sands:CoordinatePoint"
]
},
"usedElectrode": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/device/electrodeUsage.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"spatialLocation": {
"_instruction": "Add the coordinate point that best describes the spatial location of the electrode contact during its use.",
"_embeddedTypes": [
"https://openminds.ebrains.eu/sands/CoordinatePoint"
"sands:CoordinatePoint"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion schemas/device/pipetteUsage.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"spatialLocation": {
"_instruction": "Add the coordinate point that best describes the spatial location of the pipette tip during its use.",
"_embeddedTypes": [
"https://openminds.ebrains.eu/sands/CoordinatePoint"
"sands:CoordinatePoint"
]
},
"startMembranePotential": {
Expand Down
Loading