1 2 3 4 5 6 7 8 9 10
use schemaui::OutputOptions; use serde_json::Value; #[derive(Debug)] pub struct SessionBundle { pub schema: Value, pub defaults: Option<Value>, pub title: Option<String>, pub output: Option<OutputOptions>, }