pub type OutputNodeData = OutputNodeContent;
pub struct OutputNodeData { pub schema: Option<Arc<Value>>, }
schema: Option<Arc<Value>>