153 lines
2.9 KiB
JSON
153 lines
2.9 KiB
JSON
{
|
|
"profile": {
|
|
"name": {
|
|
"full_name": "xxx",
|
|
"first_name": "xxx",
|
|
"middle_name": "xxx",
|
|
"last_name": "xxx"
|
|
},
|
|
"emails": {
|
|
"emails": [
|
|
"not_a_real_email@example.com",
|
|
"not_a_real_email@example.com"
|
|
],
|
|
"previous_emails": [
|
|
"not_a_real_email@example.com"
|
|
],
|
|
"pending_emails": [],
|
|
"ad_account_emails": []
|
|
},
|
|
"birthday": {
|
|
"year": 69,
|
|
"month": 69,
|
|
"day": 69
|
|
},
|
|
"gender": {
|
|
"custom_genders": [
|
|
"xxx"
|
|
],
|
|
"pronoun": "xxx"
|
|
},
|
|
"previous_names": [],
|
|
"other_names": [],
|
|
"current_city": {
|
|
"name": "xxx",
|
|
"timestamp": 69
|
|
},
|
|
"hometown": {
|
|
"name": "xxx",
|
|
"timestamp": 69
|
|
},
|
|
"relationship": {
|
|
"status": "xxx",
|
|
"timestamp": 1708345000
|
|
},
|
|
"family_members": [
|
|
{
|
|
"name": "xxx",
|
|
"relation": "xxx",
|
|
"timestamp": 1727220000
|
|
},
|
|
{
|
|
"name": "xxx",
|
|
"relation": "xxx",
|
|
"timestamp": 1715325000
|
|
}
|
|
],
|
|
"education_experiences": [
|
|
{
|
|
"name": "xxx",
|
|
"start_timestamp": 1735475000,
|
|
"end_timestamp": 1735475000,
|
|
"graduated": false,
|
|
"concentrations": [],
|
|
"school_type": "xxx",
|
|
"timestamp": 1704850000
|
|
},
|
|
{
|
|
"name": "xxx",
|
|
"graduated": true,
|
|
"concentrations": [],
|
|
"school_type": "xxx",
|
|
"timestamp": 1709385000
|
|
}
|
|
],
|
|
"work_experiences": [
|
|
{
|
|
"employer": "xxx",
|
|
"title": "xxx",
|
|
"description": "xxx",
|
|
"start_timestamp": 1735510000,
|
|
"end_timestamp": 1728205000,
|
|
"timestamp": 1728205000
|
|
},
|
|
{
|
|
"employer": "xxx",
|
|
"title": "xxx",
|
|
"description": "xxx",
|
|
"start_timestamp": 1735465000,
|
|
"end_timestamp": 1735445000,
|
|
"timestamp": 1728205000
|
|
}
|
|
],
|
|
"languages": [
|
|
{
|
|
"name": "xxx",
|
|
"timestamp": 69
|
|
}
|
|
],
|
|
"interested_in": [
|
|
"xxx",
|
|
"xxx"
|
|
],
|
|
"blood_info": {
|
|
"blood_donor_status": "xxx"
|
|
},
|
|
"websites": [
|
|
{
|
|
"address": "url://somewhere"
|
|
}
|
|
],
|
|
"phone_numbers": [],
|
|
"pages": [
|
|
{
|
|
"name": "xxx",
|
|
"pages": [
|
|
"xxx",
|
|
"xxx"
|
|
],
|
|
"timestamps": [
|
|
69,
|
|
69
|
|
]
|
|
},
|
|
{
|
|
"name": "xxx",
|
|
"pages": [
|
|
"xxx",
|
|
"xxx"
|
|
],
|
|
"timestamps": [
|
|
69,
|
|
69
|
|
]
|
|
}
|
|
],
|
|
"groups": [
|
|
{
|
|
"name": "xxx",
|
|
"timestamp": 1705215000
|
|
},
|
|
{
|
|
"name": "xxx",
|
|
"timestamp": 1704480000
|
|
}
|
|
],
|
|
"registration_timestamp": 1718825000,
|
|
"profile_uri": "url://somewhere",
|
|
"intro_bio": {
|
|
"name": "xxx",
|
|
"timestamp": 1717060000
|
|
}
|
|
}
|
|
}
|