Остання активність 1746103248

job description

Версія c99046f6168e540d7e1094403cae5c58af78623f

job_description.json Неформатований
1{
2 "id": uuid,
3 "jobTitle": String,
4 "company_Name": String,
5 "company_moto": find what this commpany moto is,
6 "keyRequirements": [
7 {
8 "Education": {
9 "Bachelor": Boolean,
10 "Master": Boolean,
11 "Phd": Boolean,
12 "Major Description": String
13 }
14 },
15 {
16 "Experience": String of description
17 },
18 {
19 "Technical_Skills": List of String of Description
20 if programming skill required else just ignore
21 "programmingLanguageRequired": [
22 "programmingLanguageName": {
23 "packages": [ list of packages that i should be familiar with],
24 "devtools": [ list of tools that i should be familiar with]
25
26 }
27 ]
28
29 },
30 {
31 "Soft Skills": List of strings
32 },
33 {
34 "Language Skills":[
35 "Language": {
36 "Required": Boolean,
37 "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local
38 }
39 ]
40 }
41 ]
42}