Response cannot be a JSON reference that points outside of the '#/components/responses'

Issue ID: v3-validation-reference-response

Description

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

For more details, see the OpenAPI Specification.

Remediation

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