format.json {
        return render text: @role, status: ret[0] if ret[0] != 200
        render json: role_to_proposal(@role, @bc_name)
      }