Transformer.prototype.transform = function() {
  return _.mapValues(this.schemas, this.transformSchema, this);
};