createdAt and updatedAt and when I generate the data, I want updatedAt to be always >= createdAt. My best attempt at this is building two schemas, one for the "base" object and the other one for the "extended" object and do a Schema transformation where the decode function expresses the field dependency using a custom mapping logic. Here's a link to the playground. My questions is, is there a better/simpler way to achieve this today?