Skip to main content

webhook-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 webhook 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
MessageWebhook group description must not be empty.
CodeOPENAPI3APIMATIC_L1054
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Webhooks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting webhook group description empty

Suggested Fixes

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

For More Information