{
    "INVALID_NUMBER": "Invalid number",
    "INVALID_NUMBERIC_ARRAY": "Invalid numeric array",
    "INVALID_STRING": "Invalid string",
    "INVALID_STRING_ARRAY": "Invalid string array",
    "INVALID_EMAIL": "Invalid email",
    "INVALID_BOOLEAN": "Invalid Boolean",
    "INVALID_PASSWORD": "Invalid Password",
    "INVALID_OTP": "Invalid OTP (`{property}` must be an `{constraints.0}` with length `{constraints.1}` characters)",
    "CAN_NOT_BE_EMPTY": "Can not be empty",
    "REPEAT_DOES_NOT_MATCH": "Repeat `{constraints.0}` does not match",
    "INVALID_BASE64": "Invalid base64",
    "INVALID_RANGE_OF_NUMBER": "Invalid range of number {constraints.0} → {constraints.1}",
    "INVALID_RANGE_OF_DATE": "Invalid range of date {constraints.0} → {constraints.1}",
    "INVALID_LICENSE_PLATE": "Invalid license plate",
    "INVALID_PHONE": "Invalid phone number",
    "INVALID_MONGO_ID": "Invalid id format",
    "MAX_BYTE_SIZE": "Maximum `{property}` size you can upload is {constraints.1} kB",


    "MIN": "{property} with value: \"{value}\" needs to be at least {constraints.0}, ow and {message}",
    "MAX": "{property} with value: \"{value}\" needs to be less than {constraints.0}, ow and {message}"
}