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.
pub fn validate_v1(spec: &PipelineSpecV1) -> Result<(), SpecError>Validate the spec for v1.
This is a scaffold: real validation (cycles, join satisfiability, ordering constraints) will be implemented alongside the full v1 model.