EmployerJobRoleData
Object
Role-level data for an EmployerJob. Role values are defaults for all seats.
When both role and seat define a field, seat values take precedence.
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
Hiring company name.
metaData EmployerJobRoleMetaData
Employer job IDs and metadata.
Example
{ "title": "abc123", "description": RichFormattedDescription, "company": "abc123", "metaData": EmployerJobRoleMetaData}