job_description.json
· 917 B · JSON
Bruto
{
"id": uuid,
"jobTitle": String,
"keyRequirements": [
{
"Education": {
"Bachelor": Boolean,
"Master": Boolean,
"Phd": Boolean,
"Major Description": String
}
},
{
"Experience": String of description
},
{
"Technical_Skills": List of String of Description
if programming skill required else just ignore
"programmingLanguageRequired": [
"programmingLanguageName": {
"packages": [ list of packages that i should be familiar with],
"devtools": [ list of tools that i should be familiar with]
}
]
},
{
"Soft Skills": List of strings
},
{
"Language Skills":[
"Language": {
"Required": Boolean,
"Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local
}
]
}
]
}
| 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 | } |