Skip to main content

response-header-multiple-of-greater-than-zero

Overview

This rule belongs to the swagger-v2-standards-validation ruleset and states that:

The numeric validation keyword multipleOf for the header object, must have a value that is strictly greater than zero (0).

PropertyValue
EnabledYes
Maximum SeverityError
MessageValue of property multipleOf is not greater than 0 for header object.
CodeSWAGGER20STANDARDS_V234
TypeValidation
Rule SystemSemantic
Broad CategoryResponse Headers
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsswagger2 swagger standards semantic validation multiple of number json schema validation json schema header

Suggested Fixes

  • Ensure that the value for the validation keyword is a valid number.
  • Ensure that the value is not set to 0.
  • Ensure that the value is not less than 0 i.e. a negative value.

For More Information