Issue with NonEmptyArray Schema for Single Element Arrays in Endpoint URL Parameters
I've got a following endpoint:
When calling it via generated client, I get an error if only 1 element is provided to the
The way I work around it is:
but I think it makes sense that thi behaviour be provided out of the box
When calling it via generated client, I get an error if only 1 element is provided to the
params array. It's fine with 2 or more.The way I work around it is:
but I think it makes sense that thi behaviour be provided out of the box
