The default example you give above would be fine f...
# http4k
r
The default example you give above would be fine for OpenApi, which I am using. So helpful to know that is the format. You have given me a lot of food for thought and ideas to experiment with. I have been trying today to get something like what you suggested where the dto handles its own validation but in a more complicated way. Your example of just mapping the data into dto.from() is nice. I would rather do that I think than trying to make a custom jackson deserializer. Thanks so much for the tips. This really gives me needed inspiration!
👍 1