Skip to main content

parameter-description-exists

Overview

This rule belongs to the openapi-v3-docsgen-linting ruleset and states that:

The Parameter Object must specify details about the parameter using the description property. The value of the description must be non-null and non-empty.

PropertyValue
EnabledYes
Maximum SeverityInformation
MessageParameter object description is missing.
CodeOPENAPI3DOCSGEN_L380
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Parameters
Products ImpactedDeveloper Experience Portal
Tagsdocumentation generation documentation docs openapi3 openapi semantic linting apimatic description parameter

Suggested Fixes

  • Ensure that the Parameter Object contains the description property.
  • Ensure that Parameter Object description value is not null or empty.

For More Information