'mimes': (value) => Array.isArray(value) && value.length > 0 && value.every(v => typeof v === 'string'),