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.