Skip to main content

SimulationEventOut

Output schema for SimulationEvent model.

idId (string)required
event_typeEvent Type (string)required
geofence_nameGeofence Name (string)required
workflow_nameWorkflow Name (string)required
action_typeAction Type (string)required
latitudeLatitude (number)required
longitudeLongitude (number)required
details objectrequired
property name*any
dwell_duration_seconds object
anyOf
number
timestampTimestamp (string)required
SimulationEventOut
{
"id": "string",
"event_type": "string",
"geofence_name": "string",
"workflow_name": "string",
"action_type": "string",
"latitude": 0,
"longitude": 0,
"details": {},
"dwell_duration_seconds": 0,
"timestamp": "string"
}