Skip to main content

response-description-exists

Overview

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

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

PropertyValue
EnabledYes
Maximum SeverityInformation
MessageResponse object description is missing.
CodeOPENAPI3DOCSGEN_L520
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Responses
Products ImpactedDeveloper Experience Portal
Tagsdocumentation generation documentation docs openapi3 openapi semantic linting apimatic description response

Suggested Fixes

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

For More Information