Naposledy aktivní 1746103248

job description

Revize 6acc6e4eb708f0bc8a748772dbbf53d8a4b73a13

job_description.json Raw
1{
2 "id": uuid,
3 "jobTitle": String,
4 "keyRequirements": [
5 {
6 "Education": {
7 "Bachelor": Boolean,
8 "Master": Boolean,
9 "Phd": Boolean,
10 "Major Description": String
11 }
12 },
13 {
14 "Experience": String of description
15 },
16 {
17 "Technical_Skills": List of String of Description
18 },
19 {
20 "Soft Skills": List of strings
21 },
22 {
23 "Language Skills":[
24 "German": {
25 "Required": Boolean,
26 "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local
27 },
28 "English:: {
29 "Required": Boolean,
30 "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local
31 }
32 ]
33 }
34 ]
35}