validate_v1

Function validate_v1 

Source
pub fn validate_v1(spec: &PipelineSpecV1) -> Result<(), SpecError>
Expand description

Validate the spec for v1.

This is a scaffold: real validation (cycles, join satisfiability, ordering constraints) will be implemented alongside the full v1 model.