{
  "openapi": "3.1.0",
  "info": {
    "title": "Bad ref",
    "version": "1"
  },
  "paths": {
    "/x": {
      "get": {
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DoesNotExist"
                }
              }
            }
          }
        }
      }
    }
  }
}
