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§
- Validation
Diagnostic - A single validation diagnostic.
- Validation
Error - All validation errors found in a FlowSpec.
Enums§
- Validation
Rule - Identifies which validation rule was violated.
Functions§
- validate
- Validate a FlowSpec, returning all errors found.