Module schemas

Module schemas 

Source
Expand description

Serde schema types for workflow definitions, plans, and execution state.

Re-exported from the former ito-schemas crate. Serde models for Ito’s on-disk formats.

This module provides YAML/JSON schema structs shared across crates (e.g. ito-core, ito-cli).

Re-exports§

pub use workflow::*;
pub use workflow_plan::*;
pub use workflow_state::*;

Modules§

workflow
Workflow definition schema (workflow.yaml). Workflow schema.
workflow_plan
Execution plan schema derived from a workflow definition. Execution plan schema.
workflow_state
Workflow execution state schema. Workflow execution state schema.