path-item-summary-or-description-exists
Overview
This rule belongs to the openapi-v3-docsgen-linting ruleset and states that:
The OpenAPI specification requires that every Path Item object includes a summary and/or description property. These properties provide a brief overview of the operations defined by the path.
| Property | Value |
|---|---|
| Enabled | No |
| Maximum Severity | Information |
| Message | Summary and description properties are missing or empty for path object. |
| Code | OPENAPI3DOCSGEN_L240 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Path Items |
| Products Impacted | Developer Experience Portal |
| Tags | documentation generation documentation docs openapi3 openapi semantic linting apimatic path summary description |
Suggested Fixes
- Ensure that the Path Object contains the
summaryproperty. - Ensure that the Path Object contains the
descriptionproperty. - Ensure that Path Object summary/description value is not null or empty.