A Job Pipeline Stage object represents the stage of a match. The stage indicates how far along a candidate is in the recruitment process of a specific job.
This objects is used to pass the correct Job Pipeline Stage ID into a match.
{
"id": Integer,
"name": String,
"rank": Integer
}