Skip to content

Commit 9206eef

Browse files
authored
Update coordinatePoint.schema.tpl.json
1 parent 08d69ee commit 9206eef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

schemas/miscellaneous/coordinatePoint.schema.tpl.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_type": "sands:CoordinatePoint",
33
"required": [
44
"coordinates",
5-
"coordinateSpace"
5+
"coordinateFramework"
66
],
77
"properties": {
88
"coordinates": {
@@ -14,11 +14,11 @@
1414
"core:QuantitativeValue"
1515
]
1616
},
17-
"coordinateSpace": {
18-
"_instruction": "Add the coordinate space in which this coordinate point exists in.",
17+
"coordinateFramework": {
18+
"_instruction": "Add the coordinate framework in which this coordinate point exists in.",
1919
"_linkedTypes": [
20-
"sands:CommonCoordinateSpaceVersion",
21-
"sands:CustomCoordinateSpace"
20+
"sands:CommonCoordinateFrameworkVersion",
21+
"sands:CustomCoordinateFramework"
2222
]
2323
}
2424
}

0 commit comments

Comments
 (0)