Skip to main content

validate_event

Function validate_event 

Source
pub fn validate_event(ev: &OcsfEvent) -> Result<(), Vec<ValidationError>>
Expand description

Validate structural invariants of an event. Returns all violations (collect-all-errors, matching the Harbor validator philosophy).