forked from wcandillon/swagger-js-codegen
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Description
Hello,
The parameter type nullable is not supported.
Location:
https://github.com/mtennoe/swagger-typescript-codegen/blob/master/src/view-data/parameter.ts#L89
parameter:
{"name":"product_code","description":"product_code","required":false,"in":"nullable","type":"string"}It would be nice if the exception contains the failed type too, it makes it a lot easier to debug an issue like this. 😄
Reactions are currently unavailable