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
Also good to note the feedback on the bowtie.report site is not correctly displaying float values causing for some mis-interpretation. Issue was reported in bowtie-json-schema/bowtie#1813
In the core document section 3.6 equality is as follows for numerical types:
This also is reflected by a test in the JSON-Schema-Test in https://github.com/json-schema-org/JSON-Schema-Test-Suite/blob/main/tests/draft4/enum.json#L220-L240.
The Bowtie report confirms we are not correctly validating this case. See https://bowtie.report/#/implementations/php-justinrainbow-json-schema under
Draft 4
search forenum with 0 does not match false
Reproduction
Please find code and output below.
Reproduction code
Output
The text was updated successfully, but these errors were encountered: