stream_additionalAudio

APIs.ioEngineeringPlatform

Properties

Name Type Description
default object
label object
status object
uid object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-additionalaudio-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_additionalAudio",
  "title": "stream_additionalAudio",
  "properties": {
    "default": {
      "$ref": "#/components/schemas/stream_audio_default"
    },
    "label": {
      "$ref": "#/components/schemas/stream_audio_label"
    },
    "status": {
      "$ref": "#/components/schemas/stream_audio_state"
    },
    "uid": {
      "$ref": "#/components/schemas/stream_identifier"
    }
  }
}