Correctly require fields of oneof
Turns out option (validate.required) = true;
is not enough, each non-primitive field needs its own option to turn the behavior on. Found while working on !693 (merged).
Edited by Mikhail Mazurskiy
Turns out option (validate.required) = true;
is not enough, each non-primitive field needs its own option to turn the behavior on. Found while working on !693 (merged).