booknds / swagger-data-generator

Generate mock data from a Swagger Doc
MIT License
20 stars 10 forks source link

nested properties are not instanced #3

Open davebullet opened 7 years ago

davebullet commented 7 years ago

Take definition:

myGroup: properties: configSettings: properties: myConfig: type: string default: "no" enum:

You get the following output: "myGroup": { "configSettings": {},

the myConfig property isn't instanced.