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