EmployerJobRoleData
Object
Contains all role-level data for an EmployerJob. Role data can be thought of as a set of "default" values for every seat on the job. When a field exists at both the role and seat level, the seat data will "override" the role default when present.
Fields
title String
Job title.
description RichFormattedDescription
Job description formatted in SRF (Selenium Rich Format).
text String! Non-Null
Raw description text without any formatting
company String
Name of the hiring company for the job.
metaData EmployerJobRoleMetaData
Various IDs and other meta data specific to the EmployerJob.
dateCreated DateTime! Non-Null
Creation timestamp for the EmployerJob.
Example
{ "title": "abc123", "description": RichFormattedDescription, "company": "abc123", "metaData": EmployerJobRoleMetaData}