Skip to content

Commit d5da486

Browse files
author
abonard
committed
Update coordinateSpace to coordinateFramework in rasterVolume and rasterVolumeSequence schemas
1 parent 3403edd commit d5da486

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

schemas/data/rasterVolume.schema.tpl.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_type": "core:RasterVolume",
33
"required": [
4-
"coordinateSpace",
4+
"coordinateFramework",
55
"dataLocation",
66
"dimension",
77
"voxelSize"
@@ -17,11 +17,11 @@
1717
"deviceUsage"
1818
]
1919
},
20-
"coordinateSpace": {
20+
"coordinateFramework": {
2121
"_instruction": "Add the coordinate space in which this digital representation exists.",
2222
"_linkedTypes": [
23-
"sands:CommonCoordinateSpace",
24-
"sands:CustomCoordinateSpace"
23+
"sands:CommonCoordinateFrameworkVersion",
24+
"sands:CustomCoordinateFramework"
2525
]
2626
},
2727
"dataLocation": {

schemas/data/rasterVolumeSequence.schema.tpl.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_type": "core:RasterVolumeSequence",
33
"required": [
4-
"coordinateSpace",
4+
"coordinateFramework",
55
"dataLocation",
66
"dimension",
77
"temporalSamplingFrequency",
@@ -18,11 +18,11 @@
1818
"deviceUsage"
1919
]
2020
},
21-
"coordinateSpace": {
21+
"coordinateFramework": {
2222
"_instruction": "Add the coordinate space in which this digital representation exists.",
2323
"_linkedTypes": [
24-
"sands:CommonCoordinateSpace",
25-
"sands:CustomCoordinateSpace"
24+
"sands:CommonCoordinateFrameworkVersion",
25+
"sands:CustomCoordinateFramework"
2626
]
2727
},
2828
"dataLocation": {

0 commit comments

Comments
 (0)