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

Issue ID: validation-reference-parameter

Description

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

For more details, see the OpenAPI Specification.

Remediation

Make sure that all parameters that are JSON references are defined in the parameters object.