features
.
When an ad product is selected by the hirer,
your software should conditionally display form inputs that correspond to these features.An ad product without any features
:{
"branding": null,
"searchBulletPoints": null
}
features
:{
"branding": {
"coverImageIndicator": false,
"logoIndicator": true
},
"searchBulletPoints": {
"limit": 2
}
}
branding
feature is enabled,
you should display a form input for the hirer to select a brand for their job ad.searchBulletPoints
feature is enabled,
you should display form inputs for the hirer to enter key selling points for their job ad.limit
describes the number of bullet points to request from the hirer.
These help the job ad to stand out in search results.