Skip to content

Commit

Permalink
Waypoint ID added to Course Definitions
Browse files Browse the repository at this point in the history
Updating the specification to be inline with how its parsed in some of the nmea0183-signalk hooks.  for example, APB.  see: SignalK/nmea0183-signalk#239
This is a partial fix
  • Loading branch information
Techstyleuk committed Feb 18, 2024
1 parent 612e767 commit e3ceadd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions schemas/groups/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@
"estimatedTimeOfArrival": {
"$ref": "../definitions.json#/definitions/datetimeValue",
"description": "The estimated time of arrival at nextPoint position"
}
},
"ID": {
"$ref": "../definitions.json#/definitions/numberValue",
"description": "The waypoint ID"
}
}
}
]
Expand Down Expand Up @@ -133,7 +137,11 @@
"position": {
"description": "The position of lastPoint in two dimensions",
"$ref": "../definitions.json#/definitions/position"
}
},
"ID": {
"$ref": "../definitions.json#/definitions/numberValue",
"description": "The waypoint ID"
}
}
}
]
Expand Down

0 comments on commit e3ceadd

Please sign in to comment.