Skip to content

Instantly share code, notes, and snippets.

@chrisckchang
Created September 25, 2015 23:05
Show Gist options
  • Save chrisckchang/09048229ce68915186c0 to your computer and use it in GitHub Desktop.
Save chrisckchang/09048229ce68915186c0 to your computer and use it in GitHub Desktop.
Contact data model
{
"_id": <ObjectId>
"firstName": <string>,
"lastName": <string>,
"email": <string>,
"phoneNumbers": {
"mobile": <string>,
"work": <string>
}
"twitterHandle": <string>,
"addresses": {
"home": <string>,
"work": <string>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment