AMWA-TV / is-06

AMWA IS-06 NMOS Network Control Specification (Deprecated)
https://specs.amwa.tv/is-06
Apache License 2.0
14 stars 10 forks source link

Fix schema bug which actually allowed Network Links with zero, one or many peers!! #64

Closed garethsb closed 4 years ago

garethsb commented 4 years ago

Thanks for approving, @andrewbonney. It's unfortunate that JSON Schema linting generally doesn't seem to catch this kind of mistake (additional properties with no defined meaning). E.g. https://jsonschemalint.com/#!/version/draft-04/markup/json passes the original version fine. :confused: