Closed barryhammen closed 8 years ago
Also, when a query string is defined with an array type, the items were getting dropped on the floor in generating the swagger data. This caused an error in swagger-ui because it expects all arrays to have an items property
awesome, thanks for this. I'll get this merged/published as soon as I can
When submitting a form with fields and files, you have to use multipart/form-data instead of application/x-www-form-urlencoded. If the schema had something that required a conversion (like an array of integers), it was always being rejected by ratify.