OBJECT
BehavioralProfile
Behavioral profile configuration defining acceptable ranges for job fit.
link GraphQL Schema definition
1 type BehavioralProfile { 2 3 # Whether behavioral profiling is enabled for this test. 4 : Boolean! 5 6 # Passing ranges for each behavioral domain. 7 : [BehavioralPassingRange!]! 8 9 }