Created
December 1, 2013 23:11
-
-
Save cdl/7742097 to your computer and use it in GitHub Desktop.
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
"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