{
  "email": "email",
  "password": "password",
  "NOT_EMPTY": "{property} cannot be empty",
  "INVALID_EMAIL": "email is invalid",
  "IS_EXISTS": "{property} is exists",
  "INVALID_BOOLEAN": "{property} is not a boolean",
  "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}"
}
