JSON schema
{
"outcome": "Reference check outcome",
"fields": [
{
"description": "reference name captured during the call.",
"name": "reference_name",
"required": true,
"type": "text"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "candidate name captured during the call.",
"name": "candidate_name",
"required": true,
"type": "date"
},
{
"description": "relationship captured during the call.",
"name": "relationship",
"required": true,
"type": "text"
},
{
"description": "strengths captured during the call.",
"name": "strengths",
"required": true,
"type": "text"
},
{
"description": "concerns captured during the call.",
"name": "concerns",
"required": false,
"type": "text"
},
{
"description": "rehire signal captured during the call.",
"name": "rehire_signal",
"required": false,
"type": "text"
},
{
"description": "notes captured during the call.",
"name": "notes",
"required": false,
"type": "text"
}
]
}
CSV headers
reference_name,phone_number_from_caller_id,candidate_name,relationship,strengths,concerns,rehire_signal,notes