Последняя активность 1746103248

job description

Версия 1a23812cf1ac89957448e2639bd75547b172d758

job_description.json Исходник
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 if programming skill required else just ignore
19 "programmingLanguageRequired": [
20 "programmingLanguageName": {
21 "packages": [ list of packages that i should be familiar with],
22 "devtools": [ list of tools that i should be familiar with]
23
24 }
25 ]
26
27 },
28 {
29 "Soft Skills": List of strings
30 },
31 {
32 "Language Skills":[
33 "Language": {
34 "Required": Boolean,
35 "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local
36 }
37 ]
38 }
39 ]
40}