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