const conditionalStrategy2 = createConditionalStrategy("k2.k2_1", {
    is: false,
    then: (_schema) => yup.string().lowercase(),
    otherwise: (_schema) => yup.string().uppercase(),
  });