VideoMetadata: MarketplaceMetadata & {
    $schema: VIDEO_LATEST;
    lens: VideoMetadataDetails;
    signature?: Signature;
}

Use this to model a publication where a video is the main focus.

Use the lens.attachments to include more media.

Type declaration