ENUM

BehavioralFit

Indicates whether a candidate's score in a dimension aligns with the job profile.

link GraphQL Schema definition

1enum BehavioralFit {
2
3# Candidate's score matches the desired range for this dimension.
4fit
5
6# Candidate's score falls outside the desired range for this dimension.
7not_a_fit
8}