Skip to content

Instantly share code, notes, and snippets.

@alvarezgarcia
Last active July 5, 2019 16:50
Show Gist options
  • Save alvarezgarcia/bb2b1b69493c1e007009deae9e663cfa to your computer and use it in GitHub Desktop.
Save alvarezgarcia/bb2b1b69493c1e007009deae9e663cfa to your computer and use it in GitHub Desktop.
Demographic Data
{
"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