Skip to content

Instantly share code, notes, and snippets.

@maisaengineering
Created January 25, 2013 04:35
Show Gist options
  • Save maisaengineering/4631793 to your computer and use it in GitHub Desktop.
Save maisaengineering/4631793 to your computer and use it in GitHub Desktop.
json-medical 1
{
"form": {
"id": 123456789,
"name": "Medical from sample 1",
"season": "2013-2014",
"panel": [
{
"name": "Medical Information",
"field": [
{
"id": "name",
"name": "name",
"unique": "univ",
"required": "true"
},
{
"id": "allergies",
"name": "allergies name",
"unique": "univ",
"required": "true"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment