Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark
not required
swagger properties as optional typescript propert…
…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