stream_oneTimeUploadExpiry

The date and time when the video upload URL is no longer valid for direct user uploads.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-onetimeuploadexpiry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_oneTimeUploadExpiry",
  "title": "stream_oneTimeUploadExpiry",
  "description": "The date and time when the video upload URL is no longer valid for direct user uploads.",
  "example": "2014-01-02T02:20:00Z",
  "format": "date-time",
  "type": "string"
}