const conditionalStrategy = createConditionalStrategy("k2.k2_2", {
  is: true,
  then: (_schema) => yup.string().required(),
  otherwise: (_schema) => yup.string().nullable(),
});