response-description-exists
Overview
This rule belongs to the openapi-v3-docsgen-linting ruleset and states that:
The Response Object must specify details about the response using the description property. The value of the description must be non-null and non-empty.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Information |
| Message | Response object description is missing. |
| Code | OPENAPI3DOCSGEN_L520 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Responses |
| Products Impacted | Developer Experience Portal |
| Tags | documentation generation documentation docs openapi3 openapi semantic linting apimatic description response |
Suggested Fixes
- Ensure that the Response Object contains the
descriptionproperty. - Ensure that Response Object description value is not null or empty.