removeSchema: function (name) {
    if (!utils.isString(name)) {
      throw new Error('robocop.removeSchema(name): name: Must be a string!');
    }
    if (schemas[name]) {