-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exclusiveMinimum and exclusiveMaximum should be numbers instead of booleans #1162
Comments
Would you like to create a PR for this issue? |
@kamilmysliwiec
so maybe it's not a bugfix but a new feature (and probably with a breaking change) and now we have different options what to do:
(and unfortunately I'm not sure that I will have time to complete this) |
We can just accept union type as a temporary solution ( |
after #2994 this seems still an open issue, isn't it? are there any plans to get it fixed? or any workarounds on how to make it work with latest JSON Schema? |
I'm submitting a...
Current behavior
exclusiveMinimum
andexclusiveMaximum
declared as booleansExpected behavior
exclusiveMinimum
andexclusiveMaximum
declared as numbersMinimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
according to json-schema.org
exclusiveMinimum
andexclusiveMaximum
are numbersEnvironment
The text was updated successfully, but these errors were encountered: