OpenAPI Components Parameters Name Error (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

OpenAPIComponentsParametersMetadataDefault

Rule Definition

openapi-components-parameters-name-error.yaml
{"openapi-components-parameters-name-error":{"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 MUST Have a Name","severity":"error","given":"$.components.parameters.*","then":{"field":"name","function":"truthy"}}}

Back to All of the Rules