Skip to main content

Module validate

Module validate 

Source
Expand description

Structural validation for events, independent of (and cross-checked against) the shipped JSON Schema.

Enums§

ValidationError
A structural validation failure.

Functions§

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