EmployerJobSeatData
Object
Job data for an EmployerJobSeat.
If a field is missing on seat but exists in role, this object uses the role value.
Fields
title String
Seat title.
description RichFormattedDescription
Seat description in SRF (Selenium Rich Format).
text String! Non-Null
Raw description text without any formatting
metaData EmployerJobSeatMetaData
Seat IDs and metadata.
visibilityData EmployerJobSeatVisibilityData
Visibility settings for when, where, and how job seekers see this seat.
location WorkLocation
Work location for this seat.
rawLocation String
Plain location text string, usually the input to geocoding the structured location
Pay data for this seat.
currency CurrencyCode
ISO 4217 currency code.
basePay EmployerJobBasePay
Standard base pay per selected time unit (for example, hourly).
payRangeMinor PayRangeMinor
Pay amount in minor currency units.
payTimeUnit PayTimeUnit
Time unit for the pay range.
campaignCategories [String!]! Non-Null
IDs that group related seats in sponsored job campaigns.
Example
{ "title": "abc123", "description": RichFormattedDescription, "metaData": EmployerJobSeatMetaData, "visibilityData": EmployerJobSeatVisibilityData, "location": WorkLocation, "pay": EmployerJobCanonicalPay, "campaignCategories": ["abc123"]}