{
  "code": "en",
  "message": {
    "required": "The {#field} field is required",
    "email": "The {#field} field must be a valid email",
    "length": "The {#field} field must be {length} long",
    "min_length": "The {#field} length cannot be less than {length}",
    "max_length": "The {#field} length cannot be greater than {length}",
    "min": "The {#field} field value cannot be less than:{min}",
    "max": "The {#field} field value cannot be greater than:{max}",
    "number": "The {#field} field can only contain numbers",
    "integer": "The {#field} field is not an integer",
    "float": "The {#field} field is not a floating point number",
    "between": "The {#field} must be between {min} and {max}",
    "confirmed": "The {#field} field does not match {target}",
    "alpha": "The {#field} field may only contain alphabetic characters",
    "alpha_num": "The {#field} field may only contain alpha-numeric characters",
    "alpha_spaces": "The {#field} field may only contain alphabetic characters as well as spaces",
    "url": "The {#field} field not a qualified URL"
  }
}
