OpenAPI Parameters Componentized Info (Edit)

Having all parameters using the central OpenAPI components parameters object helps increase the reusability of parameters across API operations, but it also help standardize parameter across all APIs

OpenAPIComponentsParameters

Rule Definition

openapi-parameters-componentized-info.yaml
{"openapi-parameters-componentized-info":{"description":"Having all parameters using the central OpenAPI components parameters object helps increase the reusability of parameters across API operations, but it also help standardize parameter across all APIs","message":"Parameters use components $ref.","severity":"info","resolved":false,"given":"$.paths.*.*.parameters.*","then":{"field":"$ref","function":"falsy"}}}

Back to All of the Rules