Hello, it's possible to add Malli on reitit and have different behaviors for received/transmitted keys? I would like to have an open-schema
for requests coming in my app and closed-schema
to data going out
I figured it out, I can leave :compile mu/closed
by default and explicitly add {:closed false}
to the specs that I want open