> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runmorph.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Job

> Open-Source Unified Job Model

<Card title="Job" icon="briefcase" iconType="duotone">
  A job position that candidates can apply for.
</Card>

## Fields

<ParamField body="title" type="string">
  The title of the job position.
</ParamField>

<ParamField body="description" type="string">
  Detailed description of the job position.
</ParamField>

<ParamField body="department" type="string">
  The department or team the position belongs to.
</ParamField>

<ParamField body="location" type="string">
  Location of the job (remote, office, hybrid).
</ParamField>

<ParamField body="status" type="enum">
  Current status (DRAFT, PUBLISHED, CLOSED)
</ParamField>

<ParamField body="recruiter" type="genericUser">
  The recruiter responsible for this job posting.
</ParamField>

## Custom Fields

<Check>
  **Supported** <br />
  The Job model supports our `Field Mapping` feature, enabling you or your customers
  to seamlessly map job custom fields to the unified job model.
</Check>
