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

Fix message schemas #528

Closed tkurki closed 5 years ago

tkurki commented 5 years ago

The delta schema is clearly buggy / inconsistent, because we have never really exercised anything but the updates mechanism in it. Going forward I think it would make sense to split the current delta.json to separate schemas for

and create a superschema for "stream message".

Previously we have had subscribe/unsubscribe specified twice, in delta.json and under messages separately.

This PR is an attempt to make the messages schema consistent and in line with the rest of the documentation.

See also #523.

fabdrol commented 5 years ago

This can be merged, no?