Closed wsneijers closed 4 years ago
Running the test tool (at the time of writing commit 3dceff520ae0181c10dff9d02b90674d4739370f) I get the following warning:
The sender in question is defined in NMOS as follows:
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):
flow_id
null
However the test flags this as a warning. In my opinion this is not correct, however I would like to get some input.
Confirmed. This does solve the bug.
Thanks!
Running the test tool (at the time of writing commit 3dceff520ae0181c10dff9d02b90674d4739370f) I get the following warning:
The sender in question is defined in NMOS as follows:
If I look at the schema it is allowed to have a sender with the
flow_id
set tonull
(https://github.com/AMWA-TV/nmos-discovery-registration/blob/v1.3.x/APIs/schemas/sender.json):However the test flags this as a warning. In my opinion this is not correct, however I would like to get some input.