Skip to content

Instantly share code, notes, and snippets.

@cdl
Created December 1, 2013 23:11
Show Gist options
  • Save cdl/7742097 to your computer and use it in GitHub Desktop.
Save cdl/7742097 to your computer and use it in GitHub Desktop.
"user": {
"email": String,
"password": String,
"subscriptions": [{
// can have more than one
"service": String,
"plan": String,
"amount": Number,
"renewal_date": Date
}],
"phone": {
// only ever has one
"number": Number,
"activation_code": Number,
"activated": Boolean
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment