We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently adding/changing/removing 'multipleOf' is not detected.
V1
schema: type: integer
V2 (Added 'multipleOf')
schema: type: integer multipleOf: 10
Same with changing/removing.