PreviewModel
Model representing a single preview clip.
cameraCamerarequired
Camera name for this preview
srcSrcrequired
Path to the preview video file
typeTyperequired
MIME type of the preview video (video/mp4)
startStartrequired
Unix timestamp when the preview starts
endEndrequired
Unix timestamp when the preview ends
PreviewModel
{
"camera": "string",
"src": "string",
"type": "string",
"start": 0,
"end": 0
}