malli

https://github.com/metosin/malli :malli:
sudakatux 2020-05-26T14:54:20.453900Z

Hi

sudakatux 2020-05-26T15:03:32.454500Z

im looking for a way to filter out

sudakatux 2020-05-26T15:04:18.455300Z

recursively in a nested schema every schema containing a certian property

sudakatux 2020-05-26T15:04:51.455600Z

`

[:identity [:map [:user map?] [:profile map?] [:token  [string? {:deleteMe true}] ]]]]

sudakatux 2020-05-26T15:05:26.456200Z

(my-cool-filter [:identity [:map [:user map?] [:profile map?] [:token [string? {:deleteMe true}] ]]]])

sudakatux 2020-05-26T15:05:48.456500Z

[:identity [:map [:user map?] [:profile map?]]]]

sudakatux 2020-05-26T15:06:36.457500Z

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