callback-operation-required-warning
Overview
This rule belongs to the openapi-v3-standards-linting ruleset and states that:
Each callback method entry should define a valid operation object. Null or invalid operation entries are ignored during callback processing.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Warning |
| Message | A callback method entry must contain a valid operation object. |
| Code | OPENAPI3STANDARDS_L281 |
| Type | Linting |
| Rule System | Semantic |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | openapi3 openapi standards semantic linting callback operation validation warning |