non-empty-parameter-name
Overview
This rule belongs to the openapi-v3-apimatic-linting
ruleset and states that:
Parameter must contain non-null and non-empty name.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | Parameter name is empty. |
Code | OPENAPI3APIMATIC_L330 |
Type | Linting |
Rule System | Semantic |
Broad Category | OpenAPI Parameters |
Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
Tags | openapi3 openapi apimatic semantic linting parameter name empty |
Suggested Fixes
- Make sure all parameters have non-null and non-empty names assigned to them.