webhook-missing-request-body
Overview
This rule belongs to the openapi-v3-codegen-linting ruleset and states that:
Webhook operations should include a request body definition to describe the payload that will be sent to the webhook URL. A missing request body may lead to incomplete or unusable webhook definitions.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Warning |
| Message | Webhook operation is missing a request body definition. |
| Code | OPENAPI3CODEGEN_L1000 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Webhooks |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | code generation sdks openapi3 openapi semantic linting apimatic webhook request body missing |