Last active
August 29, 2016 14:23
-
-
Save zender/595fe3ad1288b4fa2d0432ba9431614b to your computer and use it in GitHub Desktop.
Errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": false, | |
"errors": { | |
"specification": { | |
"date_start": [ | |
"The test needs a start date" | |
], | |
"duration": [ | |
"Duration cannot be blank" | |
], | |
"language": [ | |
"The test needs a language" | |
], | |
"description": [ | |
"Every test needs a description to introduce our testers to the project" | |
], | |
"form": [ | |
"You need to create a usability test form in order to give testers instructions for your test." | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment