# SdiInputStatus

## Properties

### health
- **Type:** [HealthStatus](https://docs.mediakind.com/api-reference/channels-api/schemas/healthstatus)
- **Required:** Yes

### severity
- **Type:** enum [Severity](https://docs.mediakind.com/api-reference/channels-api/schemas/severity)
- **Required:** Yes  
- **Allowed values:** Critical, Major, Minor, Notice, Ignore, Clear

### name
- **Type:** string
- **Required:** Yes

### thumbnailUrl
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **string**  
    - **null**

### thumbnailPresence
- **Type:** enum [ThumbnailPresence](https://docs.mediakind.com/api-reference/channels-api/schemas/thumbnailpresence)  
- **Optional**  
- **Defaults to:** Unknown  
- **Allowed values:** Unsynced, Present, Absent, Unknown

### metadataUrl
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **string**  
    - **null**

### payload
- **Type:** object  
- **Optional**  
- **Description:** InputPayloadStatus object  
  - **Base input payload. Applies to SDI and SMPTE 2110 (no MPTS layer).**

### videoStandard
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **string**  
    - **null**

### video
- **Type:** object  
- **Optional**  
#### width
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **integer**  
    - **null**

#### height
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **integer**  
    - **null**

#### codec
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **VideoCodecStatus enum**  
    - **string**  
    - **null**

#### chromaFormat
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **string**  
    - **null**

#### bitDepth
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **integer**  
    - **null**

#### aspectRatio
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **string**  
    - **null**

#### quality
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **double**  
    - **null**

### audios
- **Type:** list of objects [InputPayloadAudio](https://docs.mediakind.com/api-reference/channels-api/schemas/inputpayloadaudio)  
- **Optional**  
- **Defaults to:** []  
#### codec
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **AudioCodecStatus enum**  
    - **string**  
    - **null**

#### channelCount
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **integer**  
    - **null**

#### channelMode
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **AudioModeStatus enum**  
    - **string**  
    - **null**

#### language
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **string**  
    - **null**

#### samplingRate
- **Type:** object  
- **Optional**  
  - **Variants:**  
    - **integer**  
    - **null**

### typestring
- **Type:** object  
- **Optional**  
- **Defaults to:** SDI

### transport
- **Type:** object  
- **Optional**  
#### receiving
- **Type:** boolean  
- **Required:** Yes
