-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSCHEMA
More file actions
21 lines (16 loc) · 665 Bytes
/
SCHEMA
File metadata and controls
21 lines (16 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-------------------------------------------------------------------------------
Collection: people
-------------------------------------------------------------------------------
* username, String
Proteus username
* first_name, String
* last_name, String
* emails, List<String>
All email addresses known for this person. The first one is the
address to which correspondence should be addressed.
* fbid, String
The Facebook unique identifier for the user. We keep these as
strings instead of integers because this is also how Facebook sends
them to us in JSON.
* fb_token, String
The Facebook auth token for the user, if they've granted us access