Skip to content

Commit e94c255

Browse files
Merge pull request #6 from Raphael-Gazzotti/v2
sands prefix missing
2 parents 84192c0 + 4c88044 commit e94c255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

schemas/entity/image.schema.tpl.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"coordinateSpace": {
2121
"_instruction": "Add the coordinate space in which this image exists.",
2222
"_linkedTypes": [
23-
"https://openminds.ebrains.eu/sands/CustomCoordinateSpace"
23+
"sands:CustomCoordinateSpace"
2424
]
2525
},
2626
"dataLocation": {

schemas/entity/volume.schema.tpl.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"coordinateSpace": {
1515
"_instruction": "Add the coordinate space in which this volume exists.",
1616
"_linkedTypes": [
17-
"https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion",
18-
"https://openminds.ebrains.eu/sands/CustomCoordinateSpace"
17+
"sands:CommonCoordinateSpaceVersion",
18+
"sands:CustomCoordinateSpace"
1919
]
2020
},
2121
"dataLocation": {

0 commit comments

Comments
 (0)