We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d69ee commit 9206eefCopy full SHA for 9206eef
schemas/miscellaneous/coordinatePoint.schema.tpl.json
@@ -2,7 +2,7 @@
2
"_type": "sands:CoordinatePoint",
3
"required": [
4
"coordinates",
5
- "coordinateSpace"
+ "coordinateFramework"
6
],
7
"properties": {
8
"coordinates": {
@@ -14,11 +14,11 @@
14
"core:QuantitativeValue"
15
]
16
},
17
- "coordinateSpace": {
18
- "_instruction": "Add the coordinate space in which this coordinate point exists in.",
+ "coordinateFramework": {
+ "_instruction": "Add the coordinate framework in which this coordinate point exists in.",
19
"_linkedTypes": [
20
- "sands:CommonCoordinateSpaceVersion",
21
- "sands:CustomCoordinateSpace"
+ "sands:CommonCoordinateFrameworkVersion",
+ "sands:CustomCoordinateFramework"
22
23
}
24
0 commit comments