You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receiver subscription.sender_id MUST be null if subscription.active is false - see IS-04 receiver_core.json schema:
"UUID of the Sender from which this Receiver is currently configured to receive data. Only set if it is active and receiving from an NMOS Sender; otherwise null."
Same for Sender subscription.receiver_id.
However, the IS-04-01 test suite doesn't seem to check this.
The text was updated successfully, but these errors were encountered:
Receiver
subscription.sender_id
MUST benull
ifsubscription.active
isfalse
- see IS-04 receiver_core.json schema:Same for Sender
subscription.receiver_id
.However, the IS-04-01 test suite doesn't seem to check this.
The text was updated successfully, but these errors were encountered: