You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I call Autorest to validate my spec like this: autorest.cmd --input-file=swagger.json
Which returns this error:
FATAL: openapi-document/openapi-document-converter - FAILED
FATAL: Error: collectionFormat:pipes is no longer supported except for in:query parameters
Process() Cancelled due to exception : collectionFormat:pipes is no longer supported except for in:query parameters
Error: collectionFormat:pipes is no longer supported except for in:query parameters
The context of this error appears to be this parameter block:
Overview
I call Autorest to validate my spec like this:
autorest.cmd --input-file=swagger.json
Which returns this error:
The context of this error appears to be this parameter block:
I'm using formData and the docs state this CollectionFormat: pipes supports in:query and in:formData.
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
Yet, why is autorest saying that CollectionFormat:pipes only supports in:query?
Background info:
Thanks!
The text was updated successfully, but these errors were encountered: