Mark not required swagger properties as optional typescript properties (#7806)

* Mark `not required` swagger properties as optional typescript properties

Properties that aren't required in the swagger contract should be marked as optional typescript properties, i.e. with `?` after their name when they are defined.

* Adding Petstore samples files generated with the optional property change
This commit is contained in:
Bjarni Þór Jónsson 2018-04-09 14:12:17 +00:00 committed by William Cheng
parent 12abfb9686
commit 009dcf0090

Diff Content Not Available