最后活跃于 1746103248

job description

修订 db7f56da82b01fe86979e855cad249b1c0cec523

job_description.json 原始文件
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 "keyRequirements": [
9 {
10 "Education": {
11 "Bachelor": Boolean,
12 "Master": Boolean,
13 "Phd": Boolean,
14 "Major Description": String
15 },
16 "previousJob": Boolean <- this looks for whether they are hiring experienced worker or just new worker
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": integer from 0 to 10 where 0 is not required and 10 being very fluent like local
41 }
42 ]
43 }
44 ]
45}