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": { 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" ] } } 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": {