Skip to content

Commit

Permalink
Mark not required swagger properties as optional typescript propert…
Browse files Browse the repository at this point in the history
…ies (#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
  • Loading branch information
bjarnij authored and wing328 committed Apr 9, 2018
1 parent 12abfb9 commit 009dcf0
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 009dcf0

Please # to comment.