-
Notifications
You must be signed in to change notification settings - Fork 3
Webapi-Swagger : Support for default Parameter types. #30
Copy link
Copy link
Open
Labels
Needs DiscussionThis ticket needs discussion (some solution needs to be discussed in order to proceed and implement)This ticket needs discussion (some solution needs to be discussed in order to proceed and implement)Webapi-SwaggerAll issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs)All issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs)
Metadata
Metadata
Assignees
Labels
Needs DiscussionThis ticket needs discussion (some solution needs to be discussed in order to proceed and implement)This ticket needs discussion (some solution needs to be discussed in order to proceed and implement)Webapi-SwaggerAll issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs)All issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs)
Default Parameter types can be specified for all
Paramtypes with the exception of Path params. Path params are always required.We need to make sure that default Parameter types (wherever specified) are generated and that the
Contractreflects/represents them correctly.(May need discussion for this last part)