We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently adding/changing/removing 'multipleOf' is not detected.
V1
schema: type: integer
V2 (Added 'multipleOf')
schema: type: integer multipleOf: 10
Same with changing/removing.
The text was updated successfully, but these errors were encountered:
Change of 'multipleof' is not detected
896a78f
Fixes #483
DrSatyr
Successfully merging a pull request may close this issue.
Currently adding/changing/removing 'multipleOf' is not detected.
V1
V2 (Added 'multipleOf')
Same with changing/removing.
The text was updated successfully, but these errors were encountered: