Created
March 10, 2016 06:50
-
-
Save akaHeimdall/60a8a3516c09343afe44 to your computer and use it in GitHub Desktop.
Sample Data Structure
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
{ | |
"id": "0003ee8c-2288-11e4-9610-0015c5f288ee", | |
"created_at": "8/12/14 9:24", | |
"updated_at": "8/12/14 9:25", | |
"aamc_id": "87878999", | |
"acomas_id": "", | |
"tmdsas_id": "", | |
"school_id": "", | |
"is_md_applicant": "1", | |
"is_phd_applicant": "0", | |
"is_tmdsas_applicant": "0", | |
"is_do_applicant": "0", | |
"is_optometry_applicant": "0", | |
"first_name": "Jim", | |
"middle_name": "", | |
"last_name": "Russel", | |
"email": "[email protected]", | |
"address1": "123 N. Evans Street", | |
"address2": "", | |
"city": "Whosawatchacallit", | |
"state": "DE", | |
"postal_code": "56898", | |
"phone": "555-489-9854", | |
"institution_id": "379", | |
"associations_count": "2", | |
"evals_count": "1", | |
"date_eval_uploaded": "8/12/14", | |
"amcas_rec_id": "123456", | |
"is_podiatry_applicant": "0", | |
"podiatry_id": "", | |
"is_post_bac_applicant": "0", | |
"post_bac_id": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment