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

OpenAPIComponentsParameters

Rule Definition

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

Back to All of the Rules