Hi
im looking for a way to filter out
recursively in a nested schema every schema containing a certian property
`
[:identity [:map [:user map?] [:profile map?] [:token [string? {:deleteMe true}] ]]]]
(my-cool-filter [:identity [:map [:user map?] [:profile map?] [:token [string? {:deleteMe true}] ]]]])
[:identity [:map [:user map?] [:profile map?]]]]
I suppose i should be looking at the visitor. since i can see it runns through every node. but im not sure how to filter it out