OpenAPI Components Parameters Name Info (Edit)

Providing a simple, intuitive, and consistent names for your parameters helps make it easier for API consumers to understand how they are able to configure their API requests

OpenAPIComponentsParametersMetadataDefaultDefault

Rule Definition

openapi-components-parameters-name-info.yaml
{"openapi-components-parameters-name-info":{"description":"Providing a simple, intuitive, and consistent names for your parameters helps make it easier for API consumers to understand how they are able to configure their API requests","message":"Parameters Have a Name","severity":"info","given":"$.components.parameters.*","then":{"field":"name","function":"falsy"}}}

Back to All of the Rules