Value of 'multipleOf' cannot be negative or zero
Issue ID: v3-validation-property-multipleof-positive
Description
One or more multipleOf
properties have either a negative value, or the value is set to 0
.
The OpenAPI Specification (OAS) states that the value of multipleOf
must be a positive number and greater than 0
.
For more details, see the OpenAPI Specification.
Remediation
Make sure that you have defined positive values that are greater than 0
for all multipleOf
properties.