Has anyone noticed/faced the number of inconsistencies in terms of documentation states the response element will be an array but actually returned an object from server.
An example as below, spec says collection will be array
but actual response is object.
Its difficult to come up with correct schema classes due to these inconsistencies.