Closed arielj closed 3 years ago
Version, Branch, or Commit:
Main branch.
Expected behavior:
Any value should be valid if format is string (unless empty and required).
format
string
Actual behavior:
Variables set as format=string are considered as invalid format always.
format=string
Changing the when 'str', 'string' then false to true fixes the problem.
when 'str', 'string' then false
true
I will abide by the code of conduct
Version, Branch, or Commit:
Main branch.
Expected behavior:
Any value should be valid if
format
isstring
(unless empty and required).Actual behavior:
Variables set as
format=string
are considered as invalid format always.Changing the
when 'str', 'string' then false
totrue
fixes the problem.I will abide by the code of conduct