Video
Describes a video resource with comprehensive metadata including dimensions, source information, and AI processing status.
Type Definition
type Video {
thumb: String
url: String
title: String
description: String
tags: [String]
aiProcessed: Boolean
width: Int
height: Int
aspectRatio: String
mimeType: String
fileExtension: String
fileSize: Int
orientation: String
duration: Int
definition: String
youtubeId: String
vimeoId: String
sortOrder: Int
type: String
}Fields
Relationships
The Video type is used as a featured video resource within Product objects. It provides comprehensive metadata for video content including technical specifications and platform integration information.
Example
{
thumb
url
title
description
tags
aiProcessed
width
height
aspectRatio
mimeType
fileExtension
fileSize
orientation
duration
definition
youtubeId
vimeoId
sortOrder
type
}Implements
None
Related Types
- String