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
In a previous feature, you added init() methods that include all properties declared in the schema. My request is to provide an option for an init() method with only the required properties from the schema.
Swagger-codegen version
3.0.2
Swagger declaration file content or url
Foo:
required:
- idproperties:
id: # the init() function would only have this property type: stringcolor:
type: string
Description
In a previous feature, you added init() methods that include all properties declared in the schema. My request is to provide an option for an init() method with only the required properties from the schema.
Swagger-codegen version
3.0.2
Swagger declaration file content or url
Related issues/PRs
#6641
The text was updated successfully, but these errors were encountered: