-
Notifications
You must be signed in to change notification settings - Fork 278
/
sample.job.json
57 lines (56 loc) · 1.58 KB
/
sample.job.json
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
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Web Developer",
"company": "Microsoft",
"type": "Full-time",
"date": "2024-07",
"description": "We are looking for a skilled Web Developer to join our team. The role involves building and maintaining web applications.",
"location": {
"address": "1234 Glücklichkeit Straße\nHinterhaus 5. Etage li.",
"postalCode": "10115",
"city": "Berlin",
"countryCode": "DE",
"region": "Berlin"
},
"remote": "Hybrid",
"salary": "100000",
"experience": "Mid-level",
"responsibilities": [
"Develop and maintain web applications",
"Collaborate with cross-functional teams",
"Ensure the technical feasibility of UI/UX designs",
"Optimize applications for maximum speed and scalability"
],
"qualifications": [
"Bachelor's degree in Computer Science or related field",
"3+ years of experience in web development",
"Strong understanding of JavaScript, HTML, and CSS"
],
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"JavaScript",
"React",
"Node.js"
]
},
{
"name": "Database Management",
"level": "Intermediate",
"keywords": [
"SQL",
"NoSQL",
"MongoDB"
]
}
],
"meta": {
"canonical": "http://example.com/jobs/web-developer",
"version": "v1.0.0",
"lastModified": "2024-07-10T15:00:00"
}
}