Structured output schema
{
"outcome": "Recruiters Reference Check AI phone script outcome",
"fields": [
{
"description": "ai disclosure acknowledged captured during the call.",
"name": "ai_disclosure_acknowledged",
"required": true,
"type": "text"
},
{
"description": "candidate name captured during the call.",
"name": "candidate_name",
"required": true,
"type": "date"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "role captured during the call.",
"name": "role",
"required": true,
"type": "text"
},
{
"description": "availability captured during the call.",
"name": "availability",
"required": true,
"type": "text"
},
{
"description": "experience summary captured during the call.",
"name": "experience_summary",
"required": false,
"type": "text"
},
{
"description": "salary range captured during the call.",
"name": "salary_range",
"required": false,
"type": "text"
},
{
"description": "recruiter notes captured during the call.",
"name": "recruiter_notes",
"required": false,
"type": "text"
},
{
"description": "reference name captured during the call.",
"name": "reference_name",
"required": false,
"type": "text"
},
{
"description": "relationship captured during the call.",
"name": "relationship",
"required": false,
"type": "text"
},
{
"description": "strengths captured during the call.",
"name": "strengths",
"required": false,
"type": "text"
},
{
"description": "concerns captured during the call.",
"name": "concerns",
"required": false,
"type": "text"
}
]
}