webapi icon indicating copy to clipboard operation
webapi copied to clipboard

Webapi-Swagger : Handle cases where Swagger Doc has conflicting type and format options.

Open kahlil29 opened this issue 6 years ago • 0 comments

Example snippet of Swagger Yaml :

      lastPing:
        example: '2015-03-03T02:37:22.492Z'
        format: int64
        type: string

In this case we would probably need to ask for user-input or ask the user to override the type info for this particular property via the config file.

kahlil29 avatar Feb 20 '19 16:02 kahlil29