I have a yup schema like:
const arraySchema = yup.array( yup.object({ first: yup.string().required(), second: yup.string().required()