Skip to content

Instantly share code, notes, and snippets.

@AlexeyKhristov
Last active August 29, 2015 14:19
Show Gist options
  • Save AlexeyKhristov/9f8ee9fe9ddd93756d50 to your computer and use it in GitHub Desktop.
Save AlexeyKhristov/9f8ee9fe9ddd93756d50 to your computer and use it in GitHub Desktop.
{
"errors": {
"email": [
{
"message": "Email address must be valid email",
"type": "Validation error"
}
],
"username": [
{
"message": "username must be valid username",
"type": "Validation error"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment