Skip to main content

callback-missing-request-body

Overview

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

Callback operations should include a request body definition to describe the payload that will be sent to the callback URL. A missing request body may lead to incomplete or unusable callback definitions.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageCallback operation is missing a request body definition.
CodeOPENAPI3CODEGEN_L540
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Callbacks
Products ImpactedCode Generation, Developer Experience Portal
Tagscode generation sdks openapi3 openapi semantic linting apimatic callback request body missing

For More Information