pub type InputNodeData = InputNodeContent;
pub struct InputNodeData { pub schema: Option<Arc<Value>>, }
schema: Option<Arc<Value>>