stream_live_input_object_without_url

APIs.ioEngineeringPlatform

Properties

Name Type Description
created object
deleteRecordingAfterDays object
meta object
modified object
uid object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-live-input-object-without-url-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_live_input_object_without_url",
  "title": "stream_live_input_object_without_url",
  "properties": {
    "created": {
      "$ref": "#/components/schemas/stream_live_input_created"
    },
    "deleteRecordingAfterDays": {
      "$ref": "#/components/schemas/stream_live_input_recording_deletion"
    },
    "meta": {
      "$ref": "#/components/schemas/stream_live_input_metadata"
    },
    "modified": {
      "$ref": "#/components/schemas/stream_live_input_modified"
    },
    "uid": {
      "$ref": "#/components/schemas/stream_live_input_identifier"
    }
  }
}