<Request validation> only allows to use a list of ...
# ktor
j
Request validation only allows to use a list of strings for the reasons of the failure. I would like to use a
Map<String, String>
, is it possible with this plugin or should I develop my own system by myself?
a
Unfortunately, only the list of strings are supported.
j
maybe as a workaround I can throw my own exception 🤔