Describe the bug
multipleOf for numeric properties is not being validated
To Reproduce
OpenAPI definition:
type: integer
multipleOf: 10
Expected behavior
Validate increments multiplied by the specified number
Desktop (please complete the following information):
- OS: MacBook Pro
- Node Version: 14.x, 16.x, 18.x
Additional context
Need to add custom validator to the openapi-schema-validator usage
Describe the bug
multipleOffor numeric properties is not being validatedopenapi-middleware/lib/ParameterValidator.js
Line 29 in a948330
To Reproduce
OpenAPI definition:
Expected behavior
Validate increments multiplied by the specified number
Desktop (please complete the following information):
Additional context
Need to add custom validator to the
openapi-schema-validatorusage