JobAdSection represents part of a JobAd. JobAd contains following sections:
- company description
- job description
- qualifications
- additional information
Example:
{ "title": "Company Description", "text": "The best company to work in." } |
Fields description
name | type | description |
---|---|---|
title | string | title of a section |
text | string | content of section. SmartRecruiters supports plain text with basic html tags used for formatting |