AntiPattern
Field-Level Validation Drift
field-level-validation-drift
Validation fails because rules are attached to the wrong schema/type semantics (e.g., numeric vs string, wrong literal shape, missing cross-field checks, or errors not mapped to the target field), causing users to be rejected or dates miscompared silently.