fixed queryer issue with nested families

This commit is contained in:
2026-05-21 13:26:07 -04:00
parent 0d14162ef4
commit b0fc6c12ef
4 changed files with 113 additions and 0 deletions

View File

@ -2,6 +2,7 @@ use std::collections::{HashMap, HashSet};
use serde_json::Value;
pub fn compose(val: &mut Value, errors: &mut Vec<crate::drop::Error>) -> Result<(), String> {
let _ = std::fs::write("/Users/awgneo/Repositories/thoughtpatterns/cellular/jspg/traits_debug_val.json", serde_json::to_string_pretty(val).unwrap());
let mut traits = HashMap::new();
let mut schemas = HashMap::new();