Vojtěch Knyttl
02/16/2021, 2:24 PM<http://Query.int|Query.int>().required("minValue", "Required minimal value")
This will nicely generate OpenApi description with integer definition. This seems to be the result of IntegerParam in mapWithNewMeta(StringBiDiMappings.long(), IntegerParam).
However, when using .multi, this doesn't change, the OpenApi definition stays at integer. I can se ParamMeta contains also ArrayParam, so I guess this should ideally result in somehting like integer array?
If I understand correctly, the ArrayParam is not used for .multi and I am not sure how this should be done properly?Vojtěch Knyttl
02/16/2021, 5:01 PMdave
02/17/2021, 8:05 PMVojtěch Knyttl
02/17/2021, 8:21 PMVojtěch Knyttl
02/17/2021, 8:23 PMVojtěch Knyttl
02/17/2021, 8:23 PMdave
02/17/2021, 8:24 PMVojtěch Knyttl
02/17/2021, 8:25 PMVojtěch Knyttl
02/17/2021, 8:25 PM