Amazon MediaLive · JSON Structure

Medialive Api Input Device Settings Structure

Settings for an input device.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

InputDeviceSettings is a JSON Structure definition published by Amazon MediaLive, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-input-device-settings-structure.json",
  "name": "InputDeviceSettings",
  "type": "object",
  "description": "Settings for an input device.",
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "id"
          },
          "description": "The unique ID for the device."
        }
      ]
    }
  }
}