pub fn merge_schema_owned(a: &mut Value, b: Value)
Same as merge_schema but takes ownership of b to avoid clones. Use this when you don’t need b after the merge.
b