Schema Inaccuracy
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
.