Response cannot be a JSON reference that points outside '#/responses'
Issue ID: validation-reference-response
Description
You have defined the response in question as a JSON reference that points outside of the responses
object. This is not possible.
For more details, see the OpenAPI Specification.
Remediation
Make sure that all responses that all JSON references are defined in the responses
object.