Open josh-oakes opened 4 years ago
The issue seems to be caused by a requestBody with content multipart/form-data
. The method _convert_language_default_python_case
expects a description for each property in a multipart/form-data
schema. I have added "description": "abcd"
to each property and then autorest seems to work. I have provided the 'fixed' swagger spec in the attachment.
When trying to generate the python sdk against an openapi3 spec swagger json I'm getting the following error (swagger file attached)...
Stacktrace:
Autorest Info:
The error is a bit generic and I'm not really sure what to look for. Any information that would point me in the right direction would be appreciated!
swagger.txt