Skip to main content

callback-group-non-empty-description

Overview

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

When a description is provided for a callback group, it must contain a non-empty value. An empty description provides no useful information and should either be removed or populated with meaningful content.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageCallback group description must not be empty.
CodeOPENAPI3APIMATIC_L524
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Callbacks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting callback group description empty

Suggested Fixes

  • Provide a meaningful description for the callback group.
  • Remove the description field if no description is needed.

For More Information