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
92 stars 69 forks source link

fix: invalid electrical schema #438

Closed bkp7 closed 6 years ago

bkp7 commented 6 years ago

Fix issue #434.

Because the schema was previously invalid it is not clear whether or what previous data would have passed the TV4 schema validation, or not. Therefore the appropriate schema version bump as a result of this fix is unclear to me. One could take the view that this fixes a bug in the schema and does not change the schema itself, so should be an ADDITION??

I have added a new issue regarding the lack of schema validation tests #437.