From 009dcf00900167fb9977f498211e50383a71b9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjarni=20=C3=9E=C3=B3r=20J=C3=B3nsson?= Date: Mon, 9 Apr 2018 14:12:17 +0000 Subject: [PATCH] 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