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
Thanks, @kierank. Specifically, these examples do not comply with the sentence "For immediate activations on the staged endpoint this property [activation_time] will be the time the activation actually occurred in the response to the PATCH request".
In relation to this, the /staged endpoints are missing example JSON for a GET request after an immediate activation took place. "receiver-stage-success" is what the receiver's /staged endpoint should return in response to a PATCH request. "receiver-stage-scheduled-" is the result of a GET request on the /staged endpoint whilst an activation is pending. But there isn't one for GET /staged following an immediate activation (equivalent to receiver-active-get-200)
Also, the descriptions in the activation response schema talk specifically about the response and /staged endpoint, but with no mention of the /active endpoint. One could infer that the wording "will be null in response to any subsequent GET requests" might also apply to the /active endpoint, but these both need to be set in order to pass IS-05 test_25, whereas currently the requested_time must be set to NULL in order to pass, even though the example shows the field as populated.
The example Sender Stage Succes https://specs.amwa.tv/is-05/releases/v1.1.2/examples/sender-stage-success.html does not match the Schema https://specs.amwa.tv/is-05/releases/v1.1.2/APIs/schemas/resolved/sender-response-schema.html for "activation-time".
https://specs.amwa.tv/is-05/releases/v1.1.2/examples/sender-stage-success-redundant-streams.html has the same issue.
The text was updated successfully, but these errors were encountered: