Add yaml-utils as a dependency
convert quoted https status code due to yaml conversion (ex : { ""200"" : { ... } --> { "200" : { ... })
Add an attempt to find existing class for anonymous object (nested object without $ref or title)
Fix invalid oref if Swagger spec does not have a definitions object
Fix swagger transform (bad moving parameters objects).
Add a specification class transformer class to increase the compatibility without additional complexity to the generator.
Fix loop problem when parameters are defined at the same level that method verb.
Fix problem with "__comment" JSON property due to YAML conversion.