SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 68 forks source link

sails.json #525

Closed mkattner closed 5 years ago

mkattner commented 5 years ago

Hey,

in sails.json (https://github.com/SignalK/specification/blob/master/schemas/groups/sails.json) on line 63, 64 there is the definition for reducedStat.

"reducedState": { "properties": { "reduced": { "type": "boolean",

I think "type": "object" is missing before properties.

Best, Martin

joabakk commented 5 years ago

Good catch, thanks