{ attribute: string, op: string, value?: any } and i want to decode them into something like this:Match.type<Op>().pipe(Match.tagsExhaustive(...) on the op field. Schema.rename to automatically parse the operators correctly into the union variants: