You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to check for true or false from incoming data. This value should be not empty but withh boolean checking i get an error if the value is false. If i try to check for anyOf it get's not recognized based on UPPERCASing the rule automatically to TRUE or FALSE.
What can i do to check the boolean fields?
Regards André
The text was updated successfully, but these errors were encountered:
I try to check for
true
orfalse
from incoming data. This value should be not empty but withh boolean checking i get an error if the value isfalse
. If i try to check for anyOf it get's not recognized based on UPPERCASing the rule automatically toTRUE
orFALSE
.What can i do to check the boolean fields?
Regards André
The text was updated successfully, but these errors were encountered: