{ "id": uuid, "jobTitle": String, "company_Name": String, "company_moto": find what this commpany moto is, "company_vision": find what this company vision is, "typeOfWorker": find what kind of people they are hiring in personality and visiton wise, "keyRequirements": [ { "Education": { "Bachelor": Boolean, "Master": Boolean, "Phd": Boolean, "Major Description": String }, "previousJob": Boolean <- this looks for whether they are hiring experienced worker or just new worker }, { "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 } ] } ] }