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
Some boolean types have an enum with true and false, but by definition of boolean, the value can only be true or false, and there is no option to have other values.
Expected
Reproduction Steps
Check your api with this regex: "enum": \[\s*true and "enum": \[\s*false.
The text was updated successfully, but these errors were encountered:
Schema Inaccuracy
Some boolean types have an enum with
true
andfalse
, but by definition ofboolean
, the value can only betrue
orfalse
, and there is no option to have other values.Expected
Reproduction Steps
Check your api with this regex:
"enum": \[\s*true
and"enum": \[\s*false
.The text was updated successfully, but these errors were encountered: