Skip to main content

Module validate

Module validate 

Source
Expand description

FlowSpec validation.

Validation is a pure function that checks a FlowSpec for structural correctness. It collects all errors rather than failing on the first one.

Structs§

ValidationDiagnostic
A single validation diagnostic.
ValidationError
All validation errors found in a FlowSpec.

Enums§

ValidationRule
Identifies which validation rule was violated.

Functions§

validate
Validate a FlowSpec, returning all errors found.