Please see the image, I have designed this schema, but not working
title: { type: [String], required: true, validate: (v) => Array.isArray(v) && v.length > 0, }
https://i.stack.imgur.com/0DVXi.png