subeeshcbabu-zz / swagmock

Mock data generator for swagger api
MIT License
173 stars 38 forks source link

array always return 1 item #58

Open trunghieu7393 opened 5 years ago

trunghieu7393 commented 5 years ago

"peoples": { "type": "array", "items": { "type": "string" } }

responses data peoples always has 1 items.

how to create multiple items in array?