stream_readyToStreamAt

Indicates the time at which the video became playable. The field is empty if the video is not ready for viewing or the live stream is still in progress.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-readytostreamat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_readyToStreamAt",
  "title": "stream_readyToStreamAt",
  "description": "Indicates the time at which the video became playable. The field is empty if the video is not ready for viewing or the live stream is still in progress.",
  "example": "2014-01-02T02:20:00Z",
  "format": "date-time",
  "type": "string"
}