greentic-flow-builder 0.1.0

AI-powered Adaptive Card flow builder with visual graph editor and demo runner
Documentation
1
2
3
4
5
6
7
//! Data validation: JSON Schema for presets, primitive manifest check for compose.

pub mod compose;
pub mod schema;

pub use compose::validate_compose_sections;
pub use schema::validate_data_against_schema;