Skip to main content

info-description-exists

Overview

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

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

PropertyValue
EnabledYes
Maximum SeverityInformation
MessageInfo object description is missing.
CodeOPENAPI3DOCSGEN_L050
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Info
Products ImpactedDeveloper Experience Portal
Tagsdocumentation generation documentation docs openapi3 openapi semantic linting apimatic info description

Suggested Fixes

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

For More Information