Skip to main content

A job-qualification is an object that represents an employee profile regarding their skillset.

It is composed of both:

  • a profession, which indicates the nature of their job.
  • a rank (number), which indicates either their level of expertise or of responsibilities in the company.
title
string
required

Must be unique. Invariant name of this job-qualification. Can be translated through t9n.title[{langTag}]. Leading and trailing spaces are automatically removed.

Minimum string length: 1
profession
profession-reference · object
required

Reference to a profession resource.

rank
integer<int32>
required

The lower the rank, the "lower" in the company's hierarchy (i.e. the CEO is at max rank). Maximum rank can be set trough configuration.

Required range: x >= 1
t9n
object