JobAd represent job ad content.
Example:
{ "sections": { "companyDescription": { "title": "Company Description", "text": "The best company to work in." }, "jobDescription": { "title": "Job Description", "text": "It's a rally cool job." }, "qualifications": { "title": "Qualifications", "text": "a quality coder" }, "additionalInformation": { "title": "Additional Information", "text": "Additional information about company" }, "videos": { "title": "Videos to watch", "urls": [ "https://www.youtube.com/watch?v=eGb73Obar_c" ] } } |
Fields description
name | type | description |
---|---|---|
sections.companyDescription | object | JobAdSection describing company |
sections.jobDescription | object | JobAdSection describing job |
sections.qualifications | object | JobAdSection describing required qualifications |
sections.additionalInformation | object | JobAdSection describing additional information about job |
sections.videos | array | JobAdVideosSection describing job related videos (optional) |