Created
March 31, 2015 22:48
-
-
Save leethomascook/a308b5a2e08b2d511217 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"wasSuccessfull" : "false" | |
fields: [ | |
{ | |
"name" : "firstName" | |
"label" : "First Name" | |
"value" : "Lee" | |
"required" : "true" | |
"validationMessage" : "This is required, douchebag" | |
"type" : "text" | |
}, | |
{ | |
"name" : "lastName" | |
"label" : "Last Name" | |
"value" : "Cook" | |
"required" : "true" | |
"validationMessage" : "This is required, douchebag" | |
"type" : "text" | |
}, | |
{ | |
"name" : "dob" | |
"label" : "Date of birth" | |
"value" : "13/04/1983" | |
"required" : "true" | |
"validationMessage" : "This is required, douchebag" | |
"type" : "calendar" | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment