# File lib/rhc/rest/mock.rb, line 295
    def empty_response_list(type)
      {
        :body => {
          :type => type,
          :data => [],
        }.to_json
      }
    end