Created
April 10, 2023 18:16
-
-
Save dayhaysoos/4400114851d8309a5c6f9ce4541ccb72 to your computer and use it in GitHub Desktop.
BTP sample schema
This file contains hidden or 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
{ | |
"id": { | |
"S": "f18b7f25-4e31-486e-877f-e079551c52ed" | |
}, | |
"city": { | |
"S": "Boston" | |
}, | |
"country": { | |
"S": "United States" | |
}, | |
"createdAt": { | |
"S": "2022-05-18T02:05:08.583Z" | |
}, | |
"desired_role_level": { | |
"L": [ | |
{ | |
"S": "Manager" | |
} | |
] | |
}, | |
"desired_role_type": { | |
"L": [ | |
{ | |
"S": "Backend Development" | |
}, | |
{ | |
"S": "Finance" | |
}, | |
{ | |
"S": "HR/Talent Acquisition" | |
} | |
] | |
}, | |
"disability_assistance": { | |
"S": "" | |
}, | |
"email": { | |
"S": "[email protected]" | |
}, | |
"employment_status": { | |
"S": "Unemployed" | |
}, | |
"first_name": { | |
"S": "Nicholas" | |
}, | |
"generated_name": { | |
"S": "Twelve-Parents-Relate" | |
}, | |
"last_name": { | |
"S": "DeJesus" | |
}, | |
"linkedin": { | |
"S": "https://linkedin.com/in/ndejesus1227" | |
}, | |
"location_preference": { | |
"L": [ | |
{ | |
"S": "Remote" | |
} | |
] | |
}, | |
"open_to_opportunity": { | |
"S": "Yes" | |
}, | |
"open_to_relocation": { | |
"S": "No" | |
}, | |
"phone": { | |
"S": "5555555555" | |
}, | |
"preferred_contact_method": { | |
"L": [ | |
{ | |
"S": "E-mail" | |
} | |
] | |
}, | |
"preferred_timezone": { | |
"S": "(GMT-05:00) Eastern Time (US & Canada)" | |
}, | |
"preferred_work_type": { | |
"L": [ | |
{ | |
"S": "Part-Time" | |
} | |
] | |
}, | |
"resume": { | |
"M": { | |
"bucket": { | |
"S": "blacktechpipelineawse4a1a10eca684501bb88a4cd5cc153811-prod" | |
}, | |
"key": { | |
"S": "resume/78148563-1cfd-4b94-aae3-f213f3b3bb32/Nick DeJesus - Resume (1).pdf" | |
}, | |
"region": { | |
"S": "us-east-1" | |
} | |
} | |
}, | |
"seeking_opportunity": { | |
"S": "" | |
}, | |
"skills": { | |
"L": [] | |
}, | |
"state": { | |
"S": "MA" | |
}, | |
"tasks": { | |
"L": [] | |
}, | |
"updatedAt": { | |
"S": "2022-05-18T02:05:08.583Z" | |
}, | |
"username": { | |
"S": "candidatenick2" | |
}, | |
"veteran_status": { | |
"S": "" | |
}, | |
"visa_assistance": { | |
"S": "Yes" | |
}, | |
"years_of_exp": { | |
"N": "5" | |
}, | |
"__typename": { | |
"S": "Candidate" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment