forked from Pickle-Pixel/ApplyPilot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprofile.example.json
More file actions
61 lines (61 loc) · 1.86 KB
/
profile.example.json
File metadata and controls
61 lines (61 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"personal": {
"full_name": "YOUR_LEGAL_NAME",
"preferred_name": "YOUR_PREFERRED_NAME",
"email": "your.email@example.com",
"password": "YOUR_JOB_SITE_PASSWORD",
"phone": "555-123-4567",
"address": "123 Main St",
"city": "Your City",
"province_state": "Your State/Province",
"country": "Your Country",
"postal_code": "A1B 2C3",
"linkedin_url": "https://www.linkedin.com/in/yourprofile",
"github_url": "https://github.com/yourusername",
"portfolio_url": "",
"website_url": ""
},
"work_authorization": {
"legally_authorized_to_work": "Yes",
"require_sponsorship": "No",
"work_permit_type": ""
},
"availability": {
"earliest_start_date": "Immediately",
"available_for_full_time": "Yes",
"available_for_contract": "No"
},
"compensation": {
"salary_expectation": "85000",
"salary_currency": "USD",
"salary_range_min": "80000",
"salary_range_max": "100000",
"currency_conversion_note": ""
},
"experience": {
"years_of_experience_total": "3",
"education_level": "Bachelor's Degree",
"current_job_title": "",
"current_company": "",
"target_role": "software engineer"
},
"skills_boundary": {
"languages": ["Python", "SQL", "JavaScript"],
"frameworks": ["FastAPI", "Flask", "React"],
"devops": ["Docker", "AWS", "CI/CD"],
"databases": ["PostgreSQL", "MongoDB"],
"tools": ["Git", "Linux"]
},
"resume_facts": {
"preserved_companies": ["Company A", "Company B"],
"preserved_projects": ["Project X", "Project Y"],
"preserved_school": "Your University",
"real_metrics": ["50% improvement", "10x faster"]
},
"eeo_voluntary": {
"gender": "Decline to self-identify",
"race_ethnicity": "Decline to self-identify",
"veteran_status": "I am not a protected veteran",
"disability_status": "I do not wish to answer"
}
}