Zuletzt aktiv 1746103248

job description

job_description.json Orginalformat
1{
2 "id": uuid,
3 "jobTitle": String,
4 "company_Name": String,
5 "company_moto": find what this commpany moto is,
6 "company_vision": find what this company vision is,
7 "typeOfWorker": find what kind of people they are hiring in personality and visiton wise,
8 "positionLevel":string either junior or senior,
9 "keyRequirements": [
10 {
11 "Education": {
12 "Bachelor": Boolean,
13 "Master": Boolean,
14 "Phd": Boolean,
15 "Major Description": String
16 },
17 },
18 {
19 "Experience": String of description
20 },
21 {
22 "Technical_Skills": List of String of Description
23 if programming skill required else just ignore
24 "programmingLanguageRequired": [
25 "programmingLanguageName": {
26 "packages": [ list of packages that i should be familiar with],
27 "devtools": [ list of tools that i should be familiar with]
28
29 }
30 ]
31
32 },
33 {
34 "Soft Skills": List of strings
35 },
36 {
37 "Language Skills":[
38 "Language": {
39 "Required": Boolean,
40 "Level": String of Language Level consisting of A1, A2, B1, B2, C1, and C2 which is international standard.
41 }
42 ]
43 }
44 ]
45}