Reusable parameter definition is not used in the OpenAPI definition
Issue ID: v3-warning-global-parameter-unused
Description
A reusable parameter you have defined in #/components/parameters
is not used anywhere in your API.
For more details, see the OpenAPI Specification.
Remediation
Remove unused reusable parameters, or make sure they are used in the API.