OBJECT

BehavioralProfile

Behavioral profile configuration defining acceptable ranges for job fit.

link GraphQL Schema definition

1type BehavioralProfile {
2
3# Whether behavioral profiling is enabled for this test.
4enabled: Boolean!
5
6# Passing ranges for each behavioral domain.
7passingRanges: [BehavioralPassingRange!]!
8
9}