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

bug: full schema is not a valid schema - v1.0.0, v1.0.1, v1.0.2, v1.0.3 #434

Closed bkp7 closed 6 years ago

bkp7 commented 6 years ago

The electrical section does not validate (allOf at line 252) and prevents the entire schema from validating. This bug was introduced on 7 Aug 2017 and remains in place on all subsequent versions of the schema.

There are currently no tests in place for schema validity and these should be added to prevent recurrence.

The current json validator in use (TV4) does not check for schema validity.