ArrayNode.prototype.minLength = function minLength(value) {
  this.options.minLength = value;
  return this;
};