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
Context
I am not seeing a failure on exclusive minimum and exclusive maximum restrictions.
How to reproduce
schema={"properties"=>{"rank"=>{"type"=>"integer","description"=>"Rank of the object","exclusiveMinimum"=>1,}},"required": ["rank"]}JSON::Validator.validate!(schema,{"rank"=>1},strict: true)# => true
Expectation
This should have failed per other schema validators
The text was updated successfully, but these errors were encountered:
bhargavrpatel
changed the title
Bug: Integer exclusive restrictions not working
Bug: Integer & Number exclusive restrictions not working
Oct 31, 2022
Context
I am not seeing a failure on exclusive minimum and exclusive maximum restrictions.
How to reproduce
Expectation
This should have failed per other schema validators
The text was updated successfully, but these errors were encountered: