PreviewModel
Model representing a single preview clip.
cameraCamera (string)required
Camera name for this preview
srcSrc (string)required
Path to the preview video file
typeType (string)required
MIME type of the preview video (video/mp4)
startStart (number)required
Unix timestamp when the preview starts
endEnd (number)required
Unix timestamp when the preview ends
PreviewModel
{
"camera": "string",
"src": "string",
"type": "string",
"start": 0,
"end": 0
}