job_description.json
· 768 B · JSON
Eredeti
{
"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
},
{
"Soft Skills": List of strings
},
{
"Language Skills":[
"German": {
"Required": Boolean,
"Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local
},
"English:: {
"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 | }, |
| 19 | { |
| 20 | "Soft Skills": List of strings |
| 21 | }, |
| 22 | { |
| 23 | "Language Skills":[ |
| 24 | "German": { |
| 25 | "Required": Boolean, |
| 26 | "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local |
| 27 | }, |
| 28 | "English:: { |
| 29 | "Required": Boolean, |
| 30 | "Level": integer from 0 to 10 where 0 is not required and 10 being very fluent like local |
| 31 | } |
| 32 | ] |
| 33 | } |
| 34 | ] |
| 35 | } |