Skip to content

Instantly share code, notes, and snippets.

@kauffmanes
Created August 15, 2017 16:01
Show Gist options
  • Save kauffmanes/f480612dbf551f4a3a2e0a1c51c9136c to your computer and use it in GitHub Desktop.
Save kauffmanes/f480612dbf551f4a3a2e0a1c51c9136c to your computer and use it in GitHub Desktop.
Bird JSON
[{
"id": 1,
"type": "checkbox",
"required": true,
"label": "Bird Color"
}, {
"id": 2,
"type": "textarea",
"required": true,
"label": "Description"
}, {
"id": 3,
"type": "text",
"required": true,
"label": "Egg Color"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment