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
Describe the bug
Many properties created as dynamic, despite type being described in swagger.json
An example is BlobFile model, with a few properties created as dynamic:
To Reproduce
Generate clients using supplied swagger definition, and try creating create BlobFile object using:
Describe the bug
Many properties created as dynamic, despite type being described in swagger.json
An example is BlobFile model, with a few properties created as dynamic:
To Reproduce
Generate clients using supplied swagger definition, and try creating create BlobFile object using:
Expected behavior
To get properties having strong types.
Swagger specification link
swagger.json
Library version used:
2.15.2
Additional context
n/a
The text was updated successfully, but these errors were encountered: