jsonschema-rs
jsonschema-rs copied to clipboard
Avoid `PosInt` & `NegInt` comparison
In keywords::helpers::equal there is no need to compare those, as we know upfront that they are never equal. At the moment all cases are just passed to NumCmp