OpenAPI Components Parameters Info (Edit)

Having a components parameters object allows all parameters used across an API to be centralized, allowing for reuse and easier governance of the parameters used to configure API requests

OpenAPIComponentsParametersMetadataDefault

Rule Definition

openapi-components-parameters-info.yaml
{"openapi-components-parameters-info":{"description":"Having a components parameters object allows all parameters used across an API to be centralized, allowing for reuse and easier governance of the parameters used to configure API requests","message":"Components Have a Parameters Property","severity":"info","given":"$.components","then":{"field":"parameters","function":"falsy"}}}

Back to All of the Rules