# AccountFilterSchema

## Properties

### MediaFilterProperties
- **firstQuality** (Optional)
  - **bitrate** (integer, Required): Denotes the target video bitrate to be used when starting playback of an HLS manifest.

### PresentationTimeRange
- **endTime** (string, Optional, format: date-time): Indicates the end of the presentation window for live content.
- **endTimestamp** (integer, Optional, >=0): Indicates the end of the presentation window in units of timescale.
- **forceEndTimestamp** (boolean, Optional): A validation parameter.
- **liveBackoffDuration** (integer, Optional): Truncates content from the head of a live video manifest by the specified duration.
- **presentationWindowDuration** (integer, Optional): Indicates the duration of the presentation window in units of timescale.
- **startTime** (string, Optional, format: date-time): Indicates the start of the presentation window for live content.
- **startTimestamp** (integer, Optional, >=0): Indicates the start of the presentation window in units of timescale.
- **timescale** (integer, Optional, 1 to 1000000000): Defines the unit of time for all the values in this object.

### tracks
- **trackSelections** (list of objects, Required): Defines the tracks to include in the output based on certain properties.

## FilterTrackSelection
### Properties
- **operation** (enum, Required): Set to either 'Equal' or 'NotEqual'.
- **property** (enum, Required): The property to match against.
- **value** (string, Required): The value to match against.

### SystemDataSchema
- **createdAt** (string, Required, format: date-time): The timestamp of resource creation (UTC).
- **createdBy** (string, Required): The identity that created the resource.
- **createdByType** (enum, Required): The type of identity that created the resource.
- **internalId** (string, Required, format: uuid): The internal ID of the resource.
- **lastModifiedAt** (string, Required, format: date-time): The timestamp of resource last modification (UTC).
- **lastModifiedBy** (string, Required): The identity that last modified the resource.
- **lastModifiedByType** (enum, Required): The type of identity that last modified the resource.
- **type** (string, Optional): The type of the resource.
