AMWA-TV / nmos-testing

Testing tool for the AMWA NMOS Specifications
https://specs.amwa.tv/nmos-testing/
Apache License 2.0
43 stars 48 forks source link

Sender was registered before its referenced 'flow_id' 'None' #479

Closed wsneijers closed 4 years ago

wsneijers commented 4 years ago

Running the test tool (at the time of writing commit 3dceff520ae0181c10dff9d02b90674d4739370f) I get the following warning:

image

The sender in question is defined in NMOS as follows:

image

If I look at the schema it is allowed to have a sender with the flow_id set to null (https://github.com/AMWA-TV/nmos-discovery-registration/blob/v1.3.x/APIs/schemas/sender.json):

image

However the test flags this as a warning. In my opinion this is not correct, however I would like to get some input.

wsneijers commented 4 years ago

Confirmed. This does solve the bug.

garethsb commented 4 years ago

Thanks!