SourcedJobPostingLocationInput
Input Object
Implementation detail: We'll need to format this info into the existing detailed_location UDDT.
Fields
latitude Float
Job location latitude.
longitude Float
Job location longitude.
country CountryCode! Required
Country code for the job location. See Supported language codes, country codes, and locales.
Corresponds to GIS admin0.
streetAddress String
Street address with street name and number. Examples: 1600 Pennsylvania Ave (USA), 2-7-2 (Japan).
cityRegionPostal String
City, region (state, county, or prefecture), and postal code.
Examples: Washington, District of Columbia, 20500 (USA), 100-8994 東京都千代田区丸の内 (Japan), Mayfair, London, W1J (UK).
Example
{ "latitude": 987.65, "longitude": 123.45, "country": "US", "streetAddress": "xyz789", "cityRegionPostal": "abc123"}