-
-
Save pascaldevink/14abdebba30884cf0692 to your computer and use it in GitHub Desktop.
Recall push data
This file contains hidden or 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
{ | |
"user": { | |
"name": "Bob", | |
"email": "[email protected]", | |
}, | |
"data": { | |
"prescriptionNumber": 12345, | |
"dateAndTime": "2014-08-26 16:45:22 UTC-1", | |
"prescribingMedic": { | |
"name": "Bob", | |
"number": 239878347, | |
"email": "[email protected]", | |
"signature": "e4eaaaf2-d142-11e1-b3e4-080027620cdd" | |
}, | |
"items": [ | |
{ | |
"name": "Valium", | |
"dosage": "1 pill", | |
"frequency": "Daily", | |
"instruction": "Don't operate heavy machinery" | |
}, | |
{ | |
"name": "Prozac", | |
"dosage": "1 pill", | |
"frequency": "Twice a day", | |
"instruction": "Don't operate heavy machinery" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment