Skip to content

Instantly share code, notes, and snippets.

@Floppy
Last active August 29, 2015 13:56
Show Gist options
  • Save Floppy/8937710 to your computer and use it in GitHub Desktop.
Save Floppy/8937710 to your computer and use it in GitHub Desktop.
Test data
1234 bob@example.org
Alice 5 alice@example.com
{
"fields": [
{ "name": "Name", "constraints": { "required": true } },
{ "name": "Id", "constraints": { "required": true, "minLength": 3 } },
{ "name": "Email", "constraints": { "required": true } }
]
}
Bob 1234 bob@example.org
Alice 5343 alice@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment