Open fatihergin opened 2 months ago
Currently this is not possible. Only way to define validation rules such as min_items
and max_items
is to define then on named field of named field struct. This is probably something that could be evaluated in future.
Is this possible to define
minItems
andmaxItems
inrequest_body
for array type parameters? I would like to define sth. like:Thank you.