# File lib/active_resource/base.rb, line 940
    def schema
      self.class.schema || self.attributes
    end