Last active
July 5, 2019 16:50
-
-
Save alvarezgarcia/bb2b1b69493c1e007009deae9e663cfa to your computer and use it in GitHub Desktop.
Demographic Data
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
{ | |
"username": "String", | |
"birthdate": "Date", | |
"educationLevel": "String", | |
"gender": "String", | |
"ethnicity": "String", | |
"information": { | |
"problems": { | |
"memory": "String", | |
"thinking": "Boolean", | |
"balance": "Boolean", | |
"balanceReason": "String" | |
}, | |
"health": { | |
"stroke": "Boolean" | |
}, | |
"emotions": { | |
"depressed": "String", | |
"personalityChange": "String" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment