Skip to main content

webhook-no-group-assigned

Overview

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

It is recommended that webhooks are assigned to a webhook group using the APIMatic webhook group extension. Unassigned webhooks may not be properly categorized in the generated documentation or SDKs.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageNo webhook group has been assigned to this webhook.
CodeOPENAPI3APIMATIC_L1033
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Webhooks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting webhook group extension

Suggested Fixes

  • Assign a webhook group to each webhook using the APIMatic x-webhook-group extension.
  • Define webhook groups using the x-webhook-groups extension at the root level.

For More Information