Geraldo Massahud
Geraldo Massahud
Thank you for the explanation, I was thinking about the unnecessary memory allocations of the chunk ArrayList until it reaches maxSize, not about the user passing Long.MAX_VALUE as parameter.
One workaround is to define all responses as `Response` and the schema like this: ```yaml SuccessResponse: type: object properties: message: type: string ErrorResponse: type: object properties: errors: type: array items:...
@davidmoten why the thumbs down? Is there a problem with the workaround?