Resolver.prototype.resolve = function () {
  return _.map(this.schemas, this.dereferenceSchema, this);
};