CvDeepMatchResult
The matching result, populated when status === "finished".
breakdown is keyed by the same dimensions present in the
submitted requirements block.
overall_scorefloat
Aggregate match score, 0–1.
Possible values: >= 0 and <= 1
breakdown object
Per-dimension scores. Keys match the dimensions present in
the submitted requirements (workExperience, skills,
and optionally education).
property name*float
CvDeepMatchResult
{
"overall_score": 0,
"breakdown": {}
}