JSON schema
{
"outcome": "Safety incident reporting outcome",
"fields": [
{
"description": "reporter name captured during the call.",
"name": "reporter_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": "location captured during the call.",
"name": "location",
"required": true,
"type": "text"
},
{
"description": "incident time captured during the call.",
"name": "incident_time",
"required": true,
"type": "date"
},
{
"description": "injury captured during the call.",
"name": "injury",
"required": true,
"type": "text"
},
{
"description": "hazard captured during the call.",
"name": "hazard",
"required": false,
"type": "text"
},
{
"description": "witnesses captured during the call.",
"name": "witnesses",
"required": false,
"type": "text"
},
{
"description": "immediate action captured during the call.",
"name": "immediate_action",
"required": false,
"type": "text"
}
]
}
CSV headers
reporter_name,phone_number_from_caller_id,location,incident_time,injury,hazard,witnesses,immediate_action