-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Milestone
Description
Description
Definition property "type": "object" gets converted to *interface{} which returns an error when set to a struct or pointer pointer.
openapi-generator version
3.0.0
OpenAPI declaration file content or url
Command line used for generation
Steps to reproduce
Related issues/PRs
Suggest a fix/enhancement
Instead of an *interface{} map the object to map[string]interface{}
Reactions are currently unavailable