Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityError
MessageParameter name is empty.
CodeOPENAPI3APIMATIC_L330
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Parameters
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting parameter name empty

Suggested Fixes

  • Make sure all parameters have non-null and non-empty names assigned to them.

For More Information