I am annotating action method with @ApiImplicitParams
new ApiImplicitParam(
dataType = "Array[Model]", // <- What should I write here?
paramType = "body",
name = "body",
required = true,
allowMultiple = false,
value = "The JSON array of messages to be logged.")
[LModel does not work as well.