no-response-content-implies-reponse-with-no-body
Overview
This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:
If a response does not contain a content object, it implies that there is no response body expected.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Information |
| Message | Response content is missing. |
| Code | OPENAPI3APIMATIC_L463 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Responses |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | openapi3 openapi apimatic semantic linting response content |
Suggested Fixes
- Define missing content object in case it has been missed.