TaxonomyAttributesForJobDataInput
Input Object
Fields
description String
Job description.
title String
Job title.
company String
Company name for the job.
location String
Job location.
countryCode CountryCode
Two-character country code in ISO 3166-1 alpha-2 format.
languageCode LanguageCode
Two-character language code in ISO 639 format.
Example
{ "description": "abc123", "title": "abc123", "company": "xyz789", "location": "abc123", "countryCode": "US", "languageCode": "ja"}