From c0d5b11cd161a7d0ef91cb0819b4756a977c64b9 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Wed, 11 Mar 2026 09:51:37 +0100 Subject: [PATCH 1/3] Update electrodeArrayUsage.schema.tpl.json --- schemas/device/electrodeArrayUsage.schema.tpl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/device/electrodeArrayUsage.schema.tpl.json b/schemas/device/electrodeArrayUsage.schema.tpl.json index d980c5c..58ec855 100644 --- a/schemas/device/electrodeArrayUsage.schema.tpl.json +++ b/schemas/device/electrodeArrayUsage.schema.tpl.json @@ -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": { From 5749fae570c9ccf6969cf31cf18b40cb449c2c52 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Wed, 11 Mar 2026 09:52:50 +0100 Subject: [PATCH 2/3] Update electrodeUsage.schema.tpl.json --- schemas/device/electrodeUsage.schema.tpl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/device/electrodeUsage.schema.tpl.json b/schemas/device/electrodeUsage.schema.tpl.json index 5f5bf5c..010be5e 100644 --- a/schemas/device/electrodeUsage.schema.tpl.json +++ b/schemas/device/electrodeUsage.schema.tpl.json @@ -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" ] } } From fda7b39f7ccb1e666014f2fc3a5533a3ccec9276 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Wed, 11 Mar 2026 09:54:11 +0100 Subject: [PATCH 3/3] Update pipetteUsage.schema.tpl.json --- schemas/device/pipetteUsage.schema.tpl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/device/pipetteUsage.schema.tpl.json b/schemas/device/pipetteUsage.schema.tpl.json index 9bd2e91..5c73603 100644 --- a/schemas/device/pipetteUsage.schema.tpl.json +++ b/schemas/device/pipetteUsage.schema.tpl.json @@ -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": {