Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
},
"homepage": "https://github.com/SignalK/specification",
"dependencies": {
"JSONStream": "^0.7.4",
"debug": "^4.3.1",
"@apidevtools/json-schema-ref-parser": "^9.1.0",
"debug": "^4.3.1",
"JSONStream": "^0.7.4",
"lodash": "^4.17.21",
"tv4": "^1.2.7",
"tv4-formats": "^3.0.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^1.9.2",
"cross-var": "1.1.0",
Expand Down
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