Parquery / swagger-to

Generate server and client code from Swagger (OpenAPI 2.0) specification.
MIT License
57 stars 14 forks source link

Assumed type object if properties #112

Closed mristin closed 3 years ago

mristin commented 3 years ago

This patch assumes the type to be an object as long as there is the field properties present in the mapping.

Fixes #105.