Skip to main content

webhook-valid-key

Overview

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

Webhook keys must be non-empty and follow naming conventions. Invalid or empty webhook keys may cause issues during code generation or API documentation.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe webhook key is not valid.
CodeOPENAPI3APIMATIC_L1032
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Webhooks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting webhook key valid

Suggested Fixes

  • Ensure that webhook keys are non-empty and follow valid naming conventions.
  • Avoid using special characters that may cause issues during code generation.

For More Information