<@UM9R7V9KQ> in order to achieve this you need to ...
# http4k
d
@Paul Martin in order to achieve this you need to use the Jackson annotations in order that the mapper can tell which element to use. @JsonTypeInfo and @JsonSubTypes.Type annotations are your friend here.
🙏 1
p
thanks, i'll look into it