pub fn load_and_validate_bundle(
yaml: &str,
source: Option<&Path>,
) -> Result<FlowBundle>Expand description
Load YAML into a canonical FlowBundle using the embedded schema.
pub fn load_and_validate_bundle(
yaml: &str,
source: Option<&Path>,
) -> Result<FlowBundle>Load YAML into a canonical FlowBundle using the embedded schema.