79212755

Date: 2024-11-21 20:02:00
Score: 1.5
Natty:
Report link

Are you mapping your request JSON object into a class object?

If so, check if the boolean class members are declared as boolean instead of Boolean.

We faced the same issue here. After changing the class members to Boolean the validation started working as expected.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Flávio Araki