-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
https://github.com/AMWA-TV/is-08/blob/v1.0.x/APIs/schemas/activation-response-schema.json#L13-L22
"mode": {
"description": "Mode of activation: immediate (on message receipt), scheduled_absolute (when internal clock >= requested_time), scheduled_relative (when internal clock >= time of message receipt + requested_time), or null (no activation scheduled).",
"anyOf": [{
"type": "string",
"enum": [
"activate_immediate",
"activate_scheduled_absolute",
"activate_scheduled_relative"
]
}, {
"type": "null"
}]
}
In the above activation response schema, the description for mode
tells that return null (no activation scheduled)
but it should be described as below isn't it?
On the immediate activation, the response for the post request should be activate_immediate but subsequent Get should set the mode value to null
Metadata
Metadata
Assignees
Labels
No labels