Parameter cannot be a JSON reference that points outside of the '#/components/parameters'

Issue ID: v3-validation-reference-parameter

Description

You have defined the reusable parameter in question as a JSON reference that points outside of the #/components/parameters object. This is not possible.

For more details, see the OpenAPI Specification.

Remediation

Make sure that all reusable parameters are defined in the #/components/parameters object.