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

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

Use the lens.attachments to include more media.

Type declaration