Skip to main content

non-empty-parameter-examples-key

Overview

This rule belongs to the openapi-v3-docsgen-linting ruleset and states that:

The example name/key in the parameter level examples object is used to uniquely define an example value. Therefore, it should not be empty.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageEmpty parameter example key found.
CodeOPENAPI3DOCSGEN_L385
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Parameters
Products ImpactedDeveloper Experience Portal
Tagsdocumentation generation documentation docs openapi3 openapi semantic linting apimatic examples example key name parameter

Suggested Fixes

  • Assign user friendly names to example objects defined in parameter examples.

For More Information